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>


Reply via email to