Exclude service.bat from package-zip and package-tgz.
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jun 2009 14:18:26 +0000 (14:18 +0000)
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jun 2009 14:18:26 +0000 (14:18 +0000)
It is now part of package-native, since it is only usable together with service wrapper

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

dist.xml

index 523e5d7..fca7204 100644 (file)
--- a/dist.xml
+++ b/dist.xml
@@ -510,6 +510,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
         <include name="RELEASE-NOTES"/>
         <include name="RUNNING.txt"/>
         <include name="BENCHMARKS.txt"/>
+        <exclude name="bin/service.bat"/>
       </zipfileset>
     </zip>
 
@@ -575,6 +576,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
         <exclude name="bin/digest.sh" />
         <exclude name="bin/jasper.sh" />
         <exclude name="bin/jspc.sh" />
+        <exclude name="bin/service.bat"/>
         <exclude name="bin/setclasspath.sh" />
         <exclude name="bin/startup.sh" />
         <exclude name="bin/shutdown.sh" />