Download IA64 tcnative-1.dll as well
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jun 2009 07:06:11 +0000 (07:06 +0000)
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jun 2009 07:06:11 +0000 (07:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@785092 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 1b13e7c..cbefb77 100644 (file)
--- a/build.xml
+++ b/build.xml
       <param name="destdir" value="${tomcat-native.home}"/>
     </antcall>
 
+    <antcall target="downloadfile">
+      <param name="sourcefile" value="${tomcat-native.dll}/win64/ia64/tcnative-1.dll"/>
+      <param name="destfile" value="${tomcat-native.home}/tcnative-1.dll.i64"/>
+      <param name="destdir" value="${tomcat-native.home}"/>
+    </antcall>
+
     <antcall target="downloadgz">
       <param name="sourcefile" value="${commons-daemon.loc}"/>
       <param name="destfile" value="${commons-daemon.jar}"/>