You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/09/02 20:00:16 UTC

svn commit: r267235 - /beehive/trunk/docs/build.xml

Author: ekoneil
Date: Fri Sep  2 11:00:12 2005
New Revision: 267235

URL: http://svn.apache.org/viewcvs?rev=267235&view=rev
Log:
Cleanup the docs/build.xml file to correctly clean the forrest/ directory.

BB: self
Test: "ant clean" works from the top-level


Modified:
    beehive/trunk/docs/build.xml

Modified: beehive/trunk/docs/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/build.xml?rev=267235&r1=267234&r2=267235&view=diff
==============================================================================
--- beehive/trunk/docs/build.xml (original)
+++ beehive/trunk/docs/build.xml Fri Sep  2 11:00:12 2005
@@ -34,7 +34,8 @@
     </target>
     
     <target name="clean">
-        <delete dir="forrest/build"/>
+        <delete dir="build"/>
+        <ant dir="forrest" target="clean"/>
     </target>
     
     <target name="generate-anno-ref">