You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2007/09/13 20:16:24 UTC

svn commit: r575390 - /tomcat/tc6.0.x/trunk/dist.xml

Author: funkman
Date: Thu Sep 13 11:16:23 2007
New Revision: 575390

URL: http://svn.apache.org/viewvc?rev=575390&view=rev
Log:
Bug 42831

Permissions aren't set correctly on $CATALINA_HOME/bin/version.sh


Modified:
    tomcat/tc6.0.x/trunk/dist.xml

Modified: tomcat/tc6.0.x/trunk/dist.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/dist.xml?rev=575390&r1=575389&r2=575390&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/dist.xml (original)
+++ tomcat/tc6.0.x/trunk/dist.xml Thu Sep 13 11:16:23 2007
@@ -573,6 +573,7 @@
         <include name="bin/tool-wrapper-using-launcher.sh" />
         <include name="bin/shutdown-using-launcher.sh" />
         <include name="bin/startup-using-launcher.sh" />
+        <include name="bin/version.sh" />
       </tarfileset>
       <tarfileset dir="${tomcat.dist}" mode="600" prefix="${final.name}">
         <include name="conf/**" />
@@ -602,6 +603,7 @@
         <exclude name="bin/tool-wrapper-using-launcher.sh" />
         <exclude name="bin/shutdown-using-launcher.sh" />
         <exclude name="bin/startup-using-launcher.sh" />
+        <exclude name="bin/version.sh" />
         <exclude name="conf/**" />
         <exclude name="src/**" />
         <exclude name="webapps/admin/**" />



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