- Update to the new packages.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 17 Oct 2006 10:22:35 +0000 (10:22 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 17 Oct 2006 10:22:35 +0000 (10:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464892 13f79535-47bb-0310-9956-ffa450edef68

build.properties.default
res/tomcat.nsi

index 27e944a..5c8afa2 100644 (file)
@@ -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\r
 \r
 # ----- Tomcat native library -----\r
-tomcat-native.home=${base.path}/tomcat-native-1.1.3\r
+tomcat-native.home=${base.path}/tomcat-native-1.1.6\r
 tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz\r
-tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.3.tar.gz\r
+tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.6-src.tar.gz\r
 \r
 # ----- Commons DBCP, version 1.1 or later -----\r
 commons-dbcp.version=1.2.1\r
index 4eb1b54..55acc14 100644 (file)
@@ -191,11 +191,11 @@ Section "Native" SecTomcatNative
 \r
   SectionIn 3\r
 \r
-  NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.3/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll\r
+  NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.6/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll\r
   Pop $0\r
   StrCmp $0 success success\r
     SetDetailsView show\r
-    DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.3/binaries/win32/tcnative-1.dll: $0"\r
+    DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.6/binaries/win32/tcnative-1.dll: $0"\r
   success:\r
 \r
   ClearErrors\r