Author: ekoneil
Date: Mon Feb 21 20:38:38 2005
New Revision: 154787

URL: http://svn.apache.org/viewcvs?view=rev&rev=154787
Log:
Add a target for performing a "scrub" on the Beehive tree.

Currently, this deletes the controlhaus/ and installed/ directories.

BB: self
Test: clean deploy runs


Modified:
    incubator/beehive/trunk/build.xml

Modified: incubator/beehive/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/build.xml?view=diff&r1=154786&r2=154787
==============================================================================
--- incubator/beehive/trunk/build.xml (original)
+++ incubator/beehive/trunk/build.xml Mon Feb 21 20:38:38 2005
@@ -34,6 +34,11 @@
         <ant dir="wsm" target="deploy" inheritAll="false"/>
     </target>
 
+    <target name="scrub" description="Scrub the Beehive directory of 
downloaded files">
+        <delete dir="controlhaus"/>
+        <delete dir="installed"/>
+    </target>
+
     <!-- ============================================= -->
     <!--                                               -->
     <!-- Test targets                                  -->


Reply via email to