diff options
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index e6a066197..ea81720e0 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -134,8 +134,6 @@ <property name="build.newt" value="${build}/newt" /> <property name="obj.newt" value="${build.newt}/obj"/> - <property name="junit.make" value="." /> - <property name="junit.build.xml" value="${junit.make}/build-junit.xml" /> <property name="results.junit" value="${build}/test/results" /> <property name="build.junit" value="${build}/test/build" /> <property name="obj.junit" value="${build.junit}/obj"/> |