summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-09 05:39:11 +0100
committerSven Gothel <[email protected]>2011-02-09 05:39:11 +0100
commit5a9488ddb1d5b02acbd8a153d43ba8ac3444cff3 (patch)
tree0ddb1fbf65e207220b50a3a75ff9c2d3d87946bd /make/build-test.xml
parentc4311f1abc4aefefb8a846b0397e184a8a382b31 (diff)
Bump Java source level to 1.5
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml2
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>