You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by he...@apache.org on 2005/02/23 02:55:38 UTC

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

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>