remm        2005/03/28 09:06:00

  Modified:    .        tomcat.nsi
  Log:
  - Small tweak: include the host-manager in the Windows .exe.
  
  Revision  Changes    Path
  1.73      +3 -1      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- tomcat.nsi        4 Mar 2005 15:00:18 -0000       1.72
  +++ tomcat.nsi        28 Mar 2005 17:06:00 -0000      1.73
  @@ -140,10 +140,12 @@
     File /nonfatal /r server\classes
     SetOutPath $INSTDIR\server\webapps
     File /r server\webapps\manager
  +  File /r server\webapps\host-manager
     SetOutPath $INSTDIR\webapps
     File /r webapps\ROOT
     SetOutPath $INSTDIR\conf\Catalina\localhost
     File conf\Catalina\localhost\manager.xml
  +  File conf\Catalina\localhost\host-manager.xml
   
     Call configure
     Call findJavaPath
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to