Author: heathers
Date: Thu Feb 24 14:54:56 2005
New Revision: 155273

URL: http://svn.apache.org/viewcvs?view=rev&rev=155273
Log:
Added a text copy of license.txt and notice.txt to the docs distribution zip 
and tar.gz files.

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=155272&r2=155273
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Thu Feb 24 14:54:56 2005
@@ -418,6 +418,13 @@
            <fileset dir="${dist.dir}/docs" />
         </copy>
 
+       <copy todir="${tmpdocsdir}" failOnError="true">
+            <fileset dir="${beehive.home}">
+                <include name="LICENSE.TXT"/>
+                <include name="NOTICE.txt"/>
+            </fileset>
+        </copy>
+       
         <fail unless="beehive.version" message="Could not build distribution 
archive; beehive.version was not specified"/>
 
         <mkdir dir="${dist.archives.dir}"/>
@@ -430,6 +437,13 @@
         <property name="tmpdocsdir" 
location="${dist.tmp.dir}/${dist.name}-docs" />
         <copy todir="${tmpdocsdir}">
            <fileset dir="${dist.dir}/docs" />
+        </copy>
+
+       <copy todir="${tmpdocsdir}" failOnError="true">
+            <fileset dir="${beehive.home}">
+                <include name="LICENSE.TXT"/>
+                <include name="NOTICE.txt"/>
+            </fileset>
         </copy>
 
         <fail unless="beehive.version" message="Could not build distribution 
archive; beehive.version was not specified"/>


Reply via email to