java-gobject-introspection r5 - trunk
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: java-gobject-introspection r5 - trunk
- Date: Sun, 31 Aug 2008 19:21:52 +0000 (UTC)
Author: walters
Date: Sun Aug 31 19:21:52 2008
New Revision: 5
URL: http://svn.gnome.org/viewvc/java-gobject-introspection?rev=5&view=rev
Log:
Tweak to be more useful
Modified:
trunk/run.sh
Modified: trunk/run.sh
==============================================================================
--- trunk/run.sh (original)
+++ trunk/run.sh Sun Aug 31 19:21:52 2008
@@ -1,10 +1,11 @@
#!/bin/bash
-JGIRSRC=/src/build/gi/share/gitypelibs
+JGIRSRC=${INROOT_DIR}/share/girepository
JARS=
for j in ${JGIRSRC}/*.jar; do
JARS="$JARS:$j"
done
-CLASSPATH=$(build-classpath jna objectweb-asm/asm objectweb-asm/asm-{util,analysis,tree}):${JGIRSRC}/bin:${JARS}
+JARS="${JARS}:${INROOT_DIR}/share/java/jgir.jar"
+CLASSPATH=$(build-classpath jna objectweb-asm/asm objectweb-asm/asm-{util,analysis,tree}):${JARS}
export CLASSPATH
echo "CLASSPATH=$CLASSPATH"
-exec env GIREPOPATH=${JGIRSRC}/tests jhbuild run "$@"
\ No newline at end of file
+exec env "$@"
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]