Author: omalley
Date: Fri Oct 30 23:48:41 2009
New Revision: 831490

URL: http://svn.apache.org/viewvc?rev=831490&view=rev
Log:
HADOOP-5107. Use Maven ant tasks to publish the subproject jars.
Also clean cache on veryclean.
(Giridharan Kesavan via omalley)

Modified:
    hadoop/hdfs/trunk/build.xml

Modified: hadoop/hdfs/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/build.xml?rev=831490&r1=831489&r2=831490&view=diff
==============================================================================
--- hadoop/hdfs/trunk/build.xml (original)
+++ hadoop/hdfs/trunk/build.xml Fri Oct 30 23:48:41 2009
@@ -1052,7 +1052,8 @@
     <delete file="${hadoop-hdfs-test.pom}"/>
   </target>
 
-  <target name="veryclean" depends="clean" description="veryclean.  Delete ant 
maven task and ivy jars">
+  <target name="veryclean" depends="clean-cache,clean" 
+          description="veryclean.  Delete ant maven task and ivy jars">
     <delete file="${ant_task.jar}"/>
     <delete file="${ivy.jar}"/>
   </target>


Reply via email to