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/05/21 23:50:41 UTC

svn commit: r171259 - /incubator/beehive/trunk/docs/build.xml

Author: ekoneil
Date: Sat May 21 14:50:40 2005
New Revision: 171259

URL: http://svn.apache.org/viewcvs?rev=171259&view=rev
Log:
Fixup the docs build file to break the dependence on Forrest.  Currently, in order to run a "clean deploy" from SVN, Forrest is required.

BB: self
DRT: none / clean deploy build.dist pass

Modified:
    incubator/beehive/trunk/docs/build.xml

Modified: incubator/beehive/trunk/docs/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/build.xml?rev=171259&r1=171258&r2=171259&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/build.xml (original)
+++ incubator/beehive/trunk/docs/build.xml Sat May 21 14:50:40 2005
@@ -12,7 +12,7 @@
     </target>
     
     <target name="clean">
-        <ant dir="forrest" target="clean" inheritAll="false"/>
+        <delete dir="forrest/build"/>
     </target>
 	
     <target name="generate-anno-ref">