You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/03/02 06:16:46 UTC

svn commit: rev 6965 - incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko

Author: nickchalko
Date: Mon Mar  1 22:16:46 2004
New Revision: 6965

Modified:
   incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/build.xml
Log:
clean up build and ant dir before tests!

Modified: incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/build.xml
==============================================================================
--- incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/build.xml	(original)
+++ incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/build.xml	Mon Mar  1 22:16:46 2004
@@ -47,5 +47,6 @@
     <target name="test4"/>
     <target name="clean-jars">
         <delete dir="${ant.home}/tools/repo/helloworld"/>
+        <delete dir="build/test/sandbox"/>
     </target>
 </project>