- Add the set of scripts.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 13 Jul 2006 12:48:04 +0000 (12:48 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 13 Jul 2006 12:48:04 +0000 (12:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@421606 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index d95a33d..a5cfb29 100644 (file)
--- a/build.xml
+++ b/build.xml
     <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"\r
             file="${tomcat-native.tar.gz}" />\r
 \r
+       <!-- Copy scripts -->\r
+    <copy todir="${tomcat.build}/bin">\r
+      <fileset dir="bin">\r
+         <exclude name="**/*.launch"/>\r
+      </fileset>\r
+    </copy>\r
+\r
        <!-- Copy static resource files -->\r
     <copy todir="${tomcat.build}/conf">\r
       <fileset dir="conf">\r