tests/build.xml
changeset 3336 08a79331ec58
parent 3335 acdda45271f7
child 3337 fd5013aca049
--- a/tests/build.xml	Wed Jan 21 11:28:10 2015 +0100
+++ b/tests/build.xml	Wed Jan 21 13:19:06 2015 +0100
@@ -13,7 +13,7 @@
 </path>
 
   <target name="build">
-	<ant antfile="build.xml" target="build" inheritRefs="false" dir="libjava">
+	<ant antfile="build.xml" target="build" inheritRefs="false" dir="java">
 	  <reference refid="libjava-tests.classpath" torefid="libjava-tests.classpath"/>
 	</ant>
 
@@ -23,9 +23,14 @@
   </target>
 
   <target name="clean">
-	<subant target="clean">
-	  <fileset dir="." includes="*/build.xml"/>
-	</subant>
+	<ant antfile="build.xml" target="clean" inheritRefs="false" dir="java">
+          <reference refid="libjava-tests.classpath" torefid="libjava-tests.classpath"/>
+        </ant>
+
+        <ant antfile="build.xml" target="clean" inheritRefs="false" dir="../mauve/java">
+
+        </ant>
+
   </target>