diff options
author | Sven Gothel <[email protected]> | 2011-02-09 05:39:11 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-09 05:39:11 +0100 |
commit | 5a9488ddb1d5b02acbd8a153d43ba8ac3444cff3 (patch) | |
tree | 0ddb1fbf65e207220b50a3a75ff9c2d3d87946bd /make/build-test.xml | |
parent | c4311f1abc4aefefb8a846b0397e184a8a382b31 (diff) |
Bump Java source level to 1.5
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 58c3db9..ecf5633 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -77,7 +77,7 @@ <mkdir dir="${results.test}"/> <javac debug="true" srcdir="${src.test}" destdir="${classes.test}" includeantruntime="false" - classpath="${gluegen-rt.jar};../build/joal.jar;${junit.path}"/> + classpath="${gluegen-rt.jar};${build}/joal.jar;${junit.path}"/> <copy todir="${classes.test}"> <fileset dir="${src.test}" includes="**/*.wav"/> </copy> |