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

svn commit: r1301269 - /tomcat/tc7.0.x/trunk/build.xml

Author: markt
Date: Thu Mar 15 23:38:45 2012
New Revision: 1301269

URL: http://svn.apache.org/viewvc?rev=1301269&view=rev
Log:
Cache downloaded files

Modified:
    tomcat/tc7.0.x/trunk/build.xml

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1301269&r1=1301268&r2=1301269&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Thu Mar 15 23:38:45 2012
@@ -1538,8 +1538,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>
 
@@ -2345,6 +2345,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