Author: remm
Date: Thu Jul 13 05:48:04 2006
New Revision: 421606
URL: http://svn.apache.org/viewvc?rev=421606&view=rev
Log:
- Add the set of scripts.
Modified:
tomcat/tc6.0.x/trunk/build.xml
Modified: tomcat/tc6.0.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?rev=421606&r1=421605&r2=421606&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/build.xml (original)
+++ tomcat/tc6.0.x/trunk/build.xml Thu Jul 13 05:48:04 2006
@@ -260,6 +260,13 @@
<copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
file="${tomcat-native.tar.gz}" />
+ <!-- Copy scripts -->
+ <copy todir="${tomcat.build}/bin">
+ <fileset dir="bin">
+ <exclude name="**/*.launch"/>
+ </fileset>
+ </copy>
+
<!-- Copy static resource files -->
<copy todir="${tomcat.build}/conf">
<fileset dir="conf">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]