mturk 2005/08/03 23:52:35 Modified: . tomcat.nsi Log: Use tomcat vhost from heanet. Revision Changes Path 1.82 +3 -3 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- tomcat.nsi 3 Aug 2005 08:22:39 -0000 1.81 +++ tomcat.nsi 4 Aug 2005 06:52:35 -0000 1.82 @@ -203,11 +203,11 @@ SectionIn 3 - NSISdl::download /TIMEOUT=30000 http://ftp.heanet.ie/pub/tomcat/native/1.1.0/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll + NSISdl::download /TIMEOUT=30000 http://tomcat.heanet.ie/native/1.1.0/binaries/win32/tcnative-1.dll $INSTDIR\bin\tcnative-1.dll Pop $0 StrCmp $0 success success SetDetailsView show - DetailPrint "download failed from http://ftp.heanet.ie/pub/tomcat/native/1.1.0/binaries/win32/tcnative-1.dll: $0" + DetailPrint "download failed from http://tomcat.heanet.ie/native/1.1.0/binaries/win32/tcnative-1.dll: $0" success: ClearErrors
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]