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/07/25 18:12:58 UTC

svn commit: r225148 - /incubator/beehive/trunk/build.xml

Author: ekoneil
Date: Mon Jul 25 09:12:55 2005
New Revision: 225148

URL: http://svn.apache.org/viewcvs?rev=225148&view=rev
Log:
Missed this file in the last doc infrastructure checkin.

BB: self
DRT: build.dist pass


Modified:
    incubator/beehive/trunk/build.xml

Modified: incubator/beehive/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/build.xml?rev=225148&r1=225147&r2=225148&view=diff
==============================================================================
--- incubator/beehive/trunk/build.xml (original)
+++ incubator/beehive/trunk/build.xml Mon Jul 25 09:12:55 2005
@@ -213,7 +213,7 @@
     </target>
    
     <target name="build-site" if="forrest.present">
-        <ant dir="docs" target="site"/> 
+        <ant dir="docs" target="build"/>
     </target>
 
     <!-- ============================================= -->