From 76dff3b887ea98bd21ff72c891cb3bd6316048a1 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Mon, 4 Jan 2010 22:48:58 +0000 Subject: [PATCH] Update version of tomcat-native included in TC binary bundles and Windows installer to 1.1.18. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@895815 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index c914fa319..82c6642d3 100644 --- a/build.properties.default +++ b/build.properties.default @@ -65,10 +65,10 @@ jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar jdt.loc=http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip # ----- Tomcat native library ----- -tomcat-native.version=1.1.16 +tomcat-native.version=1.1.18 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-${tomcat-native.version}-src.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 # ----- Commons DBCP, version 1.1 or later ----- -- 2.11.0