diff options
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index c0ce8cd..0fa81a8 100644 --- a/make/build.xml +++ b/make/build.xml @@ -713,11 +713,11 @@ </target> <target name="junit.compile" depends="init"> - <ant antfile="build-junit.xml" target="junit.compile"/> + <ant antfile="build-test.xml" target="junit.compile"/> </target> <target name="junit.run" depends="junit.compile"> - <ant antfile="build-junit.xml" target="junit.run"/> + <ant antfile="build-test.xml" target="junit.run"/> </target> <target name="javadoc" depends="init"> |