Author: steveh
Date: Tue Nov  2 10:38:36 2004
New Revision: 56400

Modified:
   incubator/beehive/branches/v1/alpha/build.xml
Log:
(1) Adding "build.dist.docs" to "build.dist".  
(2) Adding "build.dist.docs.jar" to "build.dist.archives" 

Modified: incubator/beehive/branches/v1/alpha/build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/build.xml       (original)
+++ incubator/beehive/branches/v1/alpha/build.xml       Tue Nov  2 10:38:36 2004
@@ -202,7 +202,7 @@
     <!--                                               -->
     <!-- ============================================= -->
 
-    <target name="docs" description="Generate the Beehive documentation">
+    <target name="docs" depends="deploy" description="Generate the Beehive 
documentation">
         <ant dir="controls" target="docs" inheritAll="false"/>
         <ant dir="netui" target="docs" inheritAll="false"/>
         <ant dir="wsm" target="docs" inheritAll="false"/>
@@ -227,6 +227,7 @@
 
         <antcall target="build.dist.core"/>
         <antcall target="build.dist.samples"/>
+        <antcall target="build.dist.docs"/>
     </target>
 
     <target name="build.dist.core">
@@ -408,9 +409,7 @@
         <fail unless="beehive.version" message="Could not build distribution 
archives; beehive.version property not specified!"/>
         <antcall target="build.dist.zip"/>
         <antcall target="build.dist.tgz"/>
-        <!--
         <antcall target="build.dist.docs.jar"/>
-        -->
     </target>
 
     <target name="build.dist.zip" description="Builds a Beehive distribution 
zipfile">

Reply via email to