From 1311566c3847c072d2166fd5dcfdb64f75398f54 Mon Sep 17 00:00:00 2001 From: billbarker Date: Sun, 7 Feb 2010 00:10:25 +0000 Subject: [PATCH] Remove hard coded dll paths that Gump doesn't like git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@907346 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 +++- build.xml | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.properties.default b/build.properties.default index 18c383c58..b2ae4078b 100644 --- a/build.properties.default +++ b/build.properties.default @@ -70,7 +70,9 @@ tomcat-native.home=${base.path}/tomcat-native-${tomcat-native.version} tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/${tomcat-native.version}/source/tomcat-native-${tomcat-native.version}-src.tar.gz tomcat-native.dll=${base-tomcat.loc}/tomcat-connectors/native/${tomcat-native.version}/binaries - +tomcat-native.dll.win32=${tomcat-native.dll}/win32/tcnative-1.dll +tomcat-native.dll.x64=${tomcat-native.dll}/win64/x64/tcnative-1.dll +tomcat-native.dll.i64=${tomcat-native.dll}/win64/ia64/tcnative-1.dll # ----- Commons DBCP, version 1.1 or later ----- commons-dbcp.version=1.2.2 commons-dbcp.home=${base.path}/commons-dbcp-r734404-src diff --git a/build.xml b/build.xml index 38282bad2..6ec6c60dc 100644 --- a/build.xml +++ b/build.xml @@ -1628,19 +1628,19 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. - + - + - + -- 2.11.0