From: mturk Date: Thu, 14 Dec 2006 10:00:17 +0000 (+0000) Subject: Update the tomcat native version to current 1.1.8 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ba54a64ce4f614d53ae69c3879351515b6d51992;p=tomcat7.0 Update the tomcat native version to current 1.1.8 git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@487155 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index 5e4f76f95..50e71468f 100644 --- a/build.properties.default +++ b/build.properties.default @@ -41,9 +41,9 @@ jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.1.v_677_R32x.jar jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2.1-200609210945/eclipse-JDT-3.2.1.zip # ----- Tomcat native library ----- -tomcat-native.home=${base.path}/tomcat-native-1.1.7 +tomcat-native.home=${base.path}/tomcat-native-1.1.8 tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz -tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.7-src.tar.gz +tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.8-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 1e0f85c19..854733328 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.7/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll + NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.8/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.7/binaries/win32/tcnative-1.dll: $0" + DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.8/binaries/win32/tcnative-1.dll: $0" success: ClearErrors