Author: heathers
Date: Tue Feb 22 17:55:37 2005
New Revision: 154925

URL: http://svn.apache.org/viewcvs?view=rev&rev=154925
Log:
Change extension on docs archive to be consistent with the base and lib 
archives ... *.tgz to *.tar.gz

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=154924&r2=154925
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Tue Feb 22 17:55:37 2005
@@ -435,7 +435,7 @@
         <fail unless="beehive.version" message="Could not build distribution 
archive; beehive.version was not specified"/>
 
         <mkdir dir="${dist.archives.dir}"/>
-        <tar destfile="${dist.archives.dir}/${dist.name}-docs.tgz" 
basedir="${dist.tmp.dir}" includes="${dist.name}-docs/**" compression="gzip"/>
+        <tar destfile="${dist.archives.dir}/${dist.name}-docs.tar.gz" 
basedir="${dist.tmp.dir}" includes="${dist.name}-docs/**" compression="gzip"/>
 
         <delete dir="${tmpdocsdir}" />
     </target>  


Reply via email to