Author: mturk
Date: Tue Jun 16 15:09:50 2009
New Revision: 785249

URL: http://svn.apache.org/viewvc?rev=785249&view=rev
Log:
Exclude windows binaries from the .zip and .tar.gz packages

Modified:
    tomcat/trunk/dist.xml

Modified: tomcat/trunk/dist.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=785249&r1=785248&r2=785249&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Tue Jun 16 15:09:50 2009
@@ -458,7 +458,6 @@
               forceOverwrite="yes" fileext=".md5" />
     <echo     file="${tomcat.release}/v${version}/bin/${final.name}.exe.md5" 
                       
message="${md5sum.binary-prefix}${final.name}.exe${line.separator}" 
append="true" />
-    <delete file="${tomcat.dist}/bin/tcnative-1.dll"/>
   </target>
 
 
@@ -511,6 +510,10 @@
         <include name="RUNNING.txt"/>
         <include name="BENCHMARKS.txt"/>
         <exclude name="bin/service.bat"/>
+        <exclude name="bin/x86_64/"/>
+        <exclude name="bin/ia64/"/>
+        <exclude name="bin/*.exe"/>
+        <exclude name="bin/*.dll"/>
       </zipfileset>
     </zip>
 
@@ -587,6 +590,10 @@
         <exclude name="bin/version.sh" />
         <exclude name="conf/**" />
         <exclude name="src/**" />
+        <exclude name="bin/x86_64/"/>
+        <exclude name="bin/ia64/"/>
+        <exclude name="bin/*.exe"/>
+        <exclude name="bin/*.dll"/>
       </tarfileset>
     </tar>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to