diff options
author | Sven Gothel <[email protected]> | 2010-12-13 03:44:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 03:44:10 +0100 |
commit | 11a7579be24c26f9ea53598a17f7ebe9d246bb33 (patch) | |
tree | bf5fefca5c984ac28dc18b567fb62e808936e0de /make/build-common.xml | |
parent | ebfb837b95fc6eb6ec9102004d1d068933957400 (diff) |
common folder etc: junit -> test
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index cc34f0093..91f423e86 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -134,15 +134,15 @@ <property name="build.newt" value="${build}/newt" /> <property name="obj.newt" value="${build.newt}/obj"/> - <property name="results.junit" value="${build}/test/results" /> - <property name="build.junit" value="${build}/test/build" /> - <property name="obj.junit" value="${build.junit}/obj"/> + <property name="results.test" value="${build}/test/results" /> + <property name="build.test" value="${build}/test/build" /> + <property name="obj.test" value="${build.test}/obj"/> <condition property="obj.custom" value="${custom.libdir}${path.separator}" else=""> <isset property="custom.libdir"/> </condition> - <property name="obj.all.paths" value="${obj.custom}${obj.gluegen}${path.separator}${obj.nativewindow}${path.separator}${obj.jogl}${path.separator}${obj.newt}${path.separator}${obj.junit}" /> + <property name="obj.all.paths" value="${obj.custom}${obj.gluegen}${path.separator}${obj.nativewindow}${path.separator}${obj.jogl}${path.separator}${obj.newt}${path.separator}${obj.test}" /> <path id="gluegen.classpath"> <pathelement location="${gluegen.jar}" /> |