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/05/03 06:10:02 UTC

svn commit: rev 10507 - incubator/depot/trunk/update/src/test/org/apache/depot/update/ant

Author: nickchalko
Date: Sun May  2 23:10:01 2004
New Revision: 10507

Modified:
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/build.xml
Log:
Delete the file first.

Modified: incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/build.xml
==============================================================================
--- incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/build.xml	(original)
+++ incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/build.xml	Sun May  2 23:10:01 2004
@@ -92,7 +92,8 @@
 	</target>
 
 
-	<target name="testExport1" depends="test1">
+	<target name="testExport1" depends="test1">
+		<delete file="build/test1-export.build.xml"/>
 		<cachedsetexport refid="test1" toFile="build/test1-export.build.xml" />
 	</target>