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 /make/build-junit.xml | |
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 'make/build-junit.xml')
-rw-r--r-- | make/build-junit.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml index dc0506b..ad625ba 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -4,10 +4,6 @@ <description>JUNIT Tests GlueGen</description> - <!-- On jpackage.org-compatible systems, antlr.jar can be found in /usr/share/java --> - <available property="antlr.jar" file="/usr/share/java/antlr.jar" - value="/usr/share/java/antlr.jar"/> - <property name="gluegen.root" value=".." /> <import file="gluegen-cpptasks.xml" /> @@ -53,8 +49,6 @@ <property name="gluegen-rt.jar" location="${gluegen.root}/${rootrel.build}/gluegen-rt.jar" /> <property name="gluegen.lib" value="${gluegen.root}/${rootrel.build}/obj" /> - <property name="junit.jar" value="${gluegen.root}/make/lib/junit-4.5.jar" /> - <property name="gluegen-test.jar" location="${build_t}/gluegen-test.jar" /> <path id="gluegen.classpath"> |