You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2012/03/02 17:44:38 UTC

svn commit: r1296302 - /tomcat/trunk/build.xml

Author: mturk
Date: Fri Mar  2 16:44:37 2012
New Revision: 1296302

URL: http://svn.apache.org/viewvc?rev=1296302&view=rev
Log:
Catch downloaded dist

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1296302&r1=1296301&r2=1296302&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Mar  2 16:44:37 2012
@@ -1534,8 +1534,8 @@
     <!-- tc native -->
     <copy todir="${tomcat.dist}/bin">
       <fileset dir="${tomcat-native.home}/bin">
-        <include name="*.dll"/>
-        <include name="**/*.dll"/>
+        <exclude name="*.exe"/>
+        <exclude name="*.pdb"/>
       </fileset>
     </copy>
 
@@ -2341,6 +2341,7 @@ Apache Tomcat ${version} native binaries
     <antcall target="downloadzip-2">
       <param name="sourcefile.1" value="${tomcat-native.win.1}"/>
       <param name="sourcefile.2" value="${tomcat-native.win.2}"/>
+      <param name="destfile" value="${tomcat-native.home}/VERSIONS"/>
       <param name="destdir" value="${tomcat-native.home}"/>
     </antcall>
 



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