diff options
author | Sven Gothel <[email protected]> | 2010-11-23 06:38:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-23 06:38:00 +0100 |
commit | c478652d19b25ebf645534b8636c3127267af233 (patch) | |
tree | 005062986d5c70229b1e8be9c442d820c0e5a8f0 /make/build.xml | |
parent | eb9d3dffe8ed0c94bacb6876d98795f1247eab7a (diff) |
Fix Version test while using the JAR files in classpath; Cleanup Manifest order
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index a1d339b..2241ef2 100644 --- a/make/build.xml +++ b/make/build.xml @@ -748,7 +748,7 @@ <formatter usefile="true" type="xml"/> </batchtest> <classpath> - <path path="${build}/test/build/classes:${build}/test/gensrc/java:${build}/classes:${antlr.jar}:${junit.jar}:${tools.jar}:${ant.core.lib}"/> + <path path="${build}/test/build/classes:${build}/test/gensrc/java:${build}/gluegen-rt.jar:${build}/gluegen.jar:${antlr.jar}:${junit.jar}:${tools.jar}:${ant.core.lib}"/> </classpath> </junit> |