keith       2004/09/13 08:19:00

  Modified:    .        build.xml
  Log:
  In nsis2, makensis-bz2 is no more.  It is replaced by SetCompressor in the nsi
  file, which has been added to tomcat.nsi; however here we need to point to
  makensis.
  
  Revision  Changes    Path
  1.85      +1 -1      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- build.xml 18 Jun 2004 18:03:13 -0000      1.84
  +++ build.xml 13 Sep 2004 15:19:00 -0000      1.85
  @@ -319,7 +319,7 @@
         <and>
           <os family="windows" />
           <available file="${javaservice.home}/bin/JavaService.exe" />
  -        <available file="${nsis.home}/makensis-bz2.exe" />
  +        <available file="${nsis.home}/makensis.exe" />
         </and>
       </condition>
     </target>
  
  
  

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

Reply via email to