You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2006/07/13 14:48:04 UTC

svn commit: r421606 - /tomcat/tc6.0.x/trunk/build.xml

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org