Author: mturk
Date: Thu Sep 7 01:31:38 2006
New Revision: 441019
URL: http://svn.apache.org/viewvc?view=rev&rev=441019
Log:
Use native 1.1.4 version
Modified:
tomcat/build/tc5.5.x/tomcat.nsi
Modified: tomcat/build/tc5.5.x/tomcat.nsi
URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/tomcat.nsi?view=diff&rev=441019&r1=441018&r2=441019
==============================================================================
--- tomcat/build/tc5.5.x/tomcat.nsi (original)
+++ tomcat/build/tc5.5.x/tomcat.nsi Thu Sep 7 01:31:38 2006
@@ -203,11 +203,11 @@
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.4/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.4/binaries/win32/tcnative-1.dll:
$0"
success:
ClearErrors
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|