aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/setenv-jogl.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-12 00:25:55 +0200
committerSven Gothel <[email protected]>2010-05-12 00:25:55 +0200
commit5f84e790dd0b1bdd13bd27d5ef78448897b9324d (patch)
treedf4c7d83656ee6fde4e23ce345899453b905d1d7 /make/scripts/setenv-jogl.sh
parent3ab87cbbad28b9f90bb83981aab73ccf478dc929 (diff)
Use gluegen's junit.jar and antlr.jar if not specified otherwise in /home/sven/gluegen.properties
Diffstat (limited to 'make/scripts/setenv-jogl.sh')
-rw-r--r--make/scripts/setenv-jogl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/setenv-jogl.sh b/make/scripts/setenv-jogl.sh
index a5a5d6adc..76fa40fc5 100644
--- a/make/scripts/setenv-jogl.sh
+++ b/make/scripts/setenv-jogl.sh
@@ -54,7 +54,7 @@ if [ ! -e "$GLUEGEN_BUILDDIR" ] ; then
fi
GLUEGEN_JAR=$GLUEGEN_BUILDDIR/gluegen-rt.jar
GLUEGEN_OS=$GLUEGEN_BUILDDIR/obj
-JUNIT_JAR=$GLUEGEN_DIR/make/lib/junit-4.5.jar
+JUNIT_JAR=$GLUEGEN_DIR/make/lib/junit.jar
if [ -z "$ANT_PATH" ] ; then
if [ -e /usr/share/ant/bin/ant -a -e /usr/share/ant/lib/ant.jar ] ; then