remm        2002/09/18 06:03:37

  Modified:    .        build.xml tomcat.nsi
  Log:
  - Make the installer look more modern. More will be done, but the functionality
    will likely change before NSIS 2 final.
  
  Revision  Changes    Path
  1.34      +2 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml 27 Aug 2002 13:20:49 -0000      1.33
  +++ build.xml 18 Sep 2002 13:03:36 -0000      1.34
  @@ -368,6 +368,8 @@
         <fileset dir="resources" />
       </copy>
       <copy file="${nsis.installoptions.dll}" todir="${tomcat.dist}" />
  +    <copy file="${nsis.home}/Contrib/Icons/modern.bmp"
  +         todir="${tomcat.dist}" />
       <copy file="${javaservice.exe}" tofile="${tomcat.dist}/bin/tomcat.exe" />
       <filter token="VERSION" value="${version}"/>
       <copy file="tomcat.nsi" tofile="${tomcat.dist}/tomcat.nsi" 
  
  
  
  1.5       +7 -4      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tomcat.nsi        11 Aug 2002 15:10:25 -0000      1.4
  +++ tomcat.nsi        18 Sep 2002 13:03:36 -0000      1.5
  @@ -9,9 +9,12 @@
   SetCompressor bzip2
   SetDatablockOptimize on
   
  -BGGradient 000000 800000 FFFFFF
  -InstallColors FF8080 000000
  -InstProgressFlags smooth colored
  +XPStyle On
  +SetFont Tahoma 8
  +CheckBitmap modern.bmp
  +InstallColors /windows
  +InstProgressFlags smooth
  +BrandingText /TRIMRIGHT
   
   Icon main.ico
   UninstallIcon uninst.ico 
  
  
  

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

Reply via email to