You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2013/09/29 14:28:28 UTC

svn commit: r1527318 - /tomcat/trunk/build.xml

Author: rjung
Date: Sun Sep 29 12:28:27 2013
New Revision: 1527318

URL: http://svn.apache.org/r1527318
Log:
Remove unneeded mentioning of version number.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1527318&r1=1527317&r2=1527318&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Sep 29 12:28:27 2013
@@ -1931,7 +1931,7 @@ Apache Tomcat ${version} native binaries
 
   <target name="release"
     depends="clean,clean-depend,release-init,dist-deployer,installer,package-zip,package-winzip,package-tgz,package-deployer-zip,package-deployer-tgz,javadoc,package-docs-tgz,package-src-zip,package-src-tgz,package-src-jar"
-    description="Create a Tomcat 8 packaged distribution">
+    description="Create a Tomcat packaged distribution">
 
     <copy file="KEYS"
          todir="${tomcat.release}/v${version}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org