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/08/04 22:55:05 UTC

svn commit: r227482 - /incubator/beehive/trunk/distribution.xml

Author: ekoneil
Date: Thu Aug  4 13:55:01 2005
New Revision: 227482

URL: http://svn.apache.org/viewcvs?rev=227482&view=rev
Log:
Fixup the targets used to build site / release documentation.

BB: self
DRT: build.dist pass


Modified:
    incubator/beehive/trunk/distribution.xml

Modified: incubator/beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?rev=227482&r1=227481&r2=227482&view=diff
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Thu Aug  4 13:55:01 2005
@@ -335,9 +335,9 @@
 
     <target name="build.dist.docs" unless="skip.docs" description="Builds documentation for a Beehive distribution">
 
-        <ant antfile="build.xml" target="docs" inheritAll="false"/>    
-
         <mkdir dir="${dist.dir}"/>
+
+        <ant antfile="build.xml" target="docs" inheritAll="false"/>    
 
         <!-- copy javadocs to dist -->
         <copy todir="${dist.dir}/docs/apidocs" failOnError="true">