From a0f88c88e9a7cdfbfa977469071a9087f6f189ac Mon Sep 17 00:00:00 2001 From: remm Date: Tue, 17 Oct 2006 10:22:35 +0000 Subject: [PATCH] - Update to the new packages. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464892 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 ++-- res/tomcat.nsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.properties.default b/build.properties.default index 27e944a68..5c8afa2de 100644 --- a/build.properties.default +++ b/build.properties.default @@ -34,9 +34,9 @@ jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.0.v_671.jar jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2-200606291905/eclipse-JDT-3.2.zip # ----- Tomcat native library ----- -tomcat-native.home=${base.path}/tomcat-native-1.1.3 +tomcat-native.home=${base.path}/tomcat-native-1.1.6 tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz -tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.3.tar.gz +tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.6-src.tar.gz # ----- Commons DBCP, version 1.1 or later ----- commons-dbcp.version=1.2.1 diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 4eb1b5430..55acc140d 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -191,11 +191,11 @@ Section "Native" SecTomcatNative SectionIn 3 - NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.3/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll + NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.6/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll Pop $0 StrCmp $0 success success SetDetailsView show - DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.3/binaries/win32/tcnative-1.dll: $0" + DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.6/binaries/win32/tcnative-1.dll: $0" success: ClearErrors -- 2.11.0