Author: heathers
Date: Mon Mar  7 22:56:06 2005
New Revision: 156505

URL: http://svn.apache.org/viewcvs?view=rev&rev=156505
Log:
README.txt, LICENSE.txt, NOTICE.txt and svn.rev were not showing up in the docs 
archives (again).  Still to be fixed (but I'm too sleepy right now):  core 
snapshot now has two copies of these files, one in the root and one in 
subdirectory docs.  We should probably exclude the copies in subdir docs from 
the core snapshot zips and tar.gzs.

Modified:
    incubator/beehive/trunk/distribution.xml

Modified: incubator/beehive/trunk/distribution.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?view=diff&r1=156504&r2=156505
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Mon Mar  7 22:56:06 2005
@@ -271,6 +271,7 @@
             <fileset dir="${beehive.home}/build">
                 <include name="svn.rev"/>
             </fileset>
+           <fileset file="docs/dist-docs/README.txt"/>
         </copy>
     </target>
 
@@ -298,7 +299,7 @@
             <fileset dir="${beehive.home}/build">
                 <include name="svn.rev"/>
             </fileset>
-                       <fileset file="docs/dist-docs/README.txt"/>
+           <fileset file="docs/dist-docs/README.txt"/>
         </copy>
 
         <property name="webapp.name" value="netui-blank"/>
@@ -402,20 +403,26 @@
     <target name="build.dist.docs" depends="docs" description="Builds 
documentation for a Beehive distribution">
         <mkdir dir="${dist.dir}"/>
         <!-- copy javadocs to dist -->
-        <copy todir="${dist.dir}/docs/apidocs" failOnError="true">
-            <fileset dir="controls/build/docs/apidocs"/>
+        
+       <copy todir="${dist.dir}/docs/apidocs" failOnError="true">
+           <fileset dir="controls/build/docs/apidocs"/>
             <fileset dir="netui/build/docs/apidocs"/>
             <fileset dir="wsm/build/docs/apidocs"/>
         </copy>
-        <copy todir="${dist.dir}/docs" failOnError="">
-            <fileset dir="docs/forrest/build/site"/>
+       
+        <copy todir="${dist.dir}/docs" failOnError="true">
+           <fileset dir="docs/forrest/build/site"/>
         </copy>
-           <copy todir="${dist.dir}" failOnError="true">
+
+        <copy todir="${dist.dir}/docs" failOnError="true">
             <fileset dir="${beehive.home}">
                 <include name="LICENSE.TXT"/>
                 <include name="NOTICE.txt"/>
             </fileset>
-                       <fileset file="docs/dist-docs/README.txt"/>
+            <fileset dir="${beehive.home}/build">
+                <include name="svn.rev"/>
+            </fileset>
+           <fileset file="docs/dist-docs/README.txt"/>
         </copy>
     </target>          
 


Reply via email to