You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2008/03/09 17:43:54 UTC

svn commit: r635281 - /cayenne/sandbox/DBPatch/build.xml

Author: aadamchik
Date: Sun Mar  9 09:43:53 2008
New Revision: 635281

URL: http://svn.apache.org/viewvc?rev=635281&view=rev
Log:
fixing clean task

Modified:
    cayenne/sandbox/DBPatch/build.xml

Modified: cayenne/sandbox/DBPatch/build.xml
URL: http://svn.apache.org/viewvc/cayenne/sandbox/DBPatch/build.xml?rev=635281&r1=635280&r2=635281&view=diff
==============================================================================
--- cayenne/sandbox/DBPatch/build.xml (original)
+++ cayenne/sandbox/DBPatch/build.xml Sun Mar  9 09:43:53 2008
@@ -26,7 +26,7 @@
 	
 	<target name="clean">
 		<delete includeemptydirs="true">
-			<fileset dir="build/ant" />
+			<fileset dir="." includes="build/ant/**" />
 		</delete>
 	</target>