diff options
author | Sven Gothel <[email protected]> | 2010-05-12 00:23:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-12 00:23:09 +0200 |
commit | e7188b0711f0a46c1d0ffec5668467f603a859df (patch) | |
tree | 90a99302a37ce92fc8c3f3e82bbd2aaf8754f1d8 /test/junit | |
parent | eb33345f2bf83f35fa9c425f9d23a5f0a7107983 (diff) |
Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the default, if not specified otherwise in /home/sven/gluegen.properties
Diffstat (limited to 'test/junit')
-rw-r--r-- | test/junit/com/sun/gluegen/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/junit/com/sun/gluegen/build.xml b/test/junit/com/sun/gluegen/build.xml index 4889ab1..6622e0c 100644 --- a/test/junit/com/sun/gluegen/build.xml +++ b/test/junit/com/sun/gluegen/build.xml @@ -31,7 +31,7 @@ <javac destdir="${build.dir.java}" source="1.5" failonerror="true" debug="true" debuglevel="lines,vars,source"> <src path="${src.dir}"/> - <classpath path="${gluegen.root}/${rootrel.build}/classes:${src.dir}:${gluegen.root}/${rootrel.build}/antlr-3.2.jar:${gluegen.root}/make/lib/junit-4.5.jar:${tools.jar}:${ant.core.lib}"/> + <classpath path="${gluegen.root}/${rootrel.build}/classes:${src.dir}:${gluegen.root}/${rootrel.build}/antlr-3.2.jar:${gluegen.root}/make/lib/junit.jar:${tools.jar}:${ant.core.lib}"/> </javac> <echo message=" - - - java files compiled - - - "/> |