You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2011/11/18 15:35:17 UTC

svn commit: r1203671 - /incubator/wookie/trunk/ant/ivy-common.xml

Author: rgardler
Date: Fri Nov 18 14:35:17 2011
New Revision: 1203671

URL: http://svn.apache.org/viewvc?rev=1203671&view=rev
Log:
don't clean the ivycache

Modified:
    incubator/wookie/trunk/ant/ivy-common.xml

Modified: incubator/wookie/trunk/ant/ivy-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-common.xml?rev=1203671&r1=1203670&r2=1203671&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-common.xml Fri Nov 18 14:35:17 2011
@@ -78,7 +78,5 @@
         <delete includeemptydirs="true" dir="${dist.dir}"/>
     </target>
 
-    <target name="clean" depends="clean-build, clean-lib" description="--> clean the project">
-      <ivy:cleancache />
-    </target>
+    <target name="clean" depends="clean-build, clean-lib" description="--> clean the project"/>
 </project>