Bug 42831
authorfunkman <funkman@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 13 Sep 2007 18:16:23 +0000 (18:16 +0000)
committerfunkman <funkman@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 13 Sep 2007 18:16:23 +0000 (18:16 +0000)
Permissions aren't set correctly on $CATALINA_HOME/bin/version.sh

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@575390 13f79535-47bb-0310-9956-ffa450edef68

dist.xml

index 2310964..dffb14e 100644 (file)
--- a/dist.xml
+++ b/dist.xml
         <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/**" />
         <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/**" />