Author: kkolinko
Date: Mon Mar 26 01:50:28 2012
New Revision: 1305194

URL: http://svn.apache.org/viewvc?rev=1305194&view=rev
Log:
Review of r1301269
1. Restore *.dll pattern. (Why was it changed? Both variants do work).
2. Let's reference the LICENSE file instead of VERSIONS one. It should always 
be there.
I am not sure where VERSIONS file comes from, as I do not see how it is 
generated in tc-native 1.1.x sources.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1305194&r1=1305193&r2=1305194&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Mar 26 01:50:28 2012
@@ -1536,8 +1536,8 @@
     <!-- tc native -->
     <copy todir="${tomcat.dist}/bin">
       <fileset dir="${tomcat-native.home}/bin">
-        <exclude name="*.exe"/>
-        <exclude name="*.pdb"/>
+        <include name="*.dll"/>
+        <include name="**/*.dll"/>
       </fileset>
     </copy>
 
@@ -2343,7 +2343,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="destfile" value="${tomcat-native.home}/LICENSE"/>
       <param name="destdir" value="${tomcat-native.home}"/>
     </antcall>
 



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

Reply via email to