remm        2004/09/09 14:51:21

  Modified:    .        tomcat.nsi
  Log:
  - Comment the code which looks at JAVA_HOME, as we're trying to find the system's 
JRE.
  
  Revision  Changes    Path
  1.59      +4 -4      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- tomcat.nsi        5 Sep 2004 10:29:22 -0000       1.58
  +++ tomcat.nsi        9 Sep 2004 21:51:20 -0000       1.59
  @@ -341,11 +341,11 @@
   ;
   Function findJavaPath
   
  -  ClearErrors
  +  ;ClearErrors
   
  -  ReadEnvStr $1 JAVA_HOME
  +  ;ReadEnvStr $1 JAVA_HOME
   
  -  IfErrors 0 FoundJDK
  +  ;IfErrors 0 FoundJDK
   
     ClearErrors
   
  
  
  

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

Reply via email to