Author: mturk
Date: Tue Jun 16 14:18:26 2009
New Revision: 785223
URL: http://svn.apache.org/viewvc?rev=785223&view=rev
Log:
Exclude service.bat from package-zip and package-tgz.
It is now part of package-native, since it is only usable together with service
wrapper
Modified:
tomcat/trunk/dist.xml
Modified: tomcat/trunk/dist.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=785223&r1=785222&r2=785223&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Tue Jun 16 14:18:26 2009
@@ -510,6 +510,7 @@
<include name="RELEASE-NOTES"/>
<include name="RUNNING.txt"/>
<include name="BENCHMARKS.txt"/>
+ <exclude name="bin/service.bat"/>
</zipfileset>
</zip>
@@ -575,6 +576,7 @@
<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" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]