From e049ab8cca4b1ee743a5a3e122a3903f357d030e Mon Sep 17 00:00:00 2001 From: remm Date: Tue, 17 Oct 2006 00:52:16 +0000 Subject: [PATCH] - At the moment, I prefer version 1.1.3. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464761 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/core/AprLifecycleListener.java | 2 +- res/tomcat.nsi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java b/java/org/apache/catalina/core/AprLifecycleListener.java index a456fe843..42920916b 100644 --- a/java/org/apache/catalina/core/AprLifecycleListener.java +++ b/java/org/apache/catalina/core/AprLifecycleListener.java @@ -53,7 +53,7 @@ public class AprLifecycleListener protected static final int REQUIRED_MAJOR = 1; protected static final int REQUIRED_MINOR = 1; protected static final int REQUIRED_PATCH = 3; - protected static final int RECOMMENDED_PV = 4; + protected static final int RECOMMENDED_PV = 6; // ---------------------------------------------- LifecycleListener Methods diff --git a/res/tomcat.nsi b/res/tomcat.nsi index bde76cbf7..4eb1b5430 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.4/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll + NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.3/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.4/binaries/win32/tcnative-1.dll: $0" + DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.3/binaries/win32/tcnative-1.dll: $0" success: ClearErrors -- 2.11.0