remm        2005/08/03 01:22:39

  Modified:    .        tomcat.nsi
  Log:
  - Update locations for native .dll.
  
  Revision  Changes    Path
  1.81      +3 -3      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- tomcat.nsi        2 Aug 2005 19:08:07 -0000       1.80
  +++ tomcat.nsi        3 Aug 2005 08:22:39 -0000       1.81
  @@ -203,11 +203,11 @@
   
     SectionIn 3
   
  -  NSISdl::download /TIMEOUT=30000 http://blabla/tcnative-1-1.1.0.dll 
$INSTDIR\bin\tcnative-1.dll
  +  NSISdl::download /TIMEOUT=30000 
http://ftp.heanet.ie/pub/tomcat/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://blabla/tcnative-1-1.1.0.dll: $0"
  +    DetailPrint "download failed from 
http://ftp.heanet.ie/pub/tomcat/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]

Reply via email to