mturk       2004/09/03 01:18:16

  Modified:    .        tomcat.nsi build.xml
  Log:
  Added dotted version for the installer.
  This enables strange versions like 5.5-rc1, etc...
  The dotted version has to be a four numbers separated with dots.
  
  Revision  Changes    Path
  1.55      +2 -2      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- tomcat.nsi        2 Sep 2004 13:16:52 -0000       1.54
  +++ tomcat.nsi        3 Sep 2004 08:18:15 -0000       1.55
  @@ -19,7 +19,7 @@
     VIAddVersionKey ProductVersion "@VERSION@"
     VIAddVersionKey Comments "jakarta.apache.org/tomcat"
     VIAddVersionKey InternalName "[EMAIL PROTECTED]@.exe"
  -  VIProductVersion @[EMAIL PROTECTED]
  +  VIProductVersion @DOTTEDVER@
   
   !include "MUI.nsh"
   !include "StrFunc.nsh"
  
  
  
  1.208     +2 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -r1.207 -r1.208
  --- build.xml 2 Sep 2004 13:16:52 -0000       1.207
  +++ build.xml 3 Sep 2004 08:18:15 -0000       1.208
  @@ -14,6 +14,7 @@
     <property name="name"                  value="Apache Tomcat" />
     <property name="year"                  value="2004" />
     <property name="version"               value="5.5-dev" />
  +  <property name="dottedver"             value="5.5.0.1" />
     <property name="project"               value="jakarta-tomcat" />
     <property name="final.name"            value="${project}-${version}" />
     <property name="final-src.name"        value="${project}-${version}-src" />
  @@ -1507,6 +1508,7 @@
       <copy file="${jtc.home}/procrun/bin/tomcat5w.exe" 
           tofile="${tomcat.dist}/bin/tomcat5w.exe" />
       <filter token="VERSION" value="${version}"/>
  +    <filter token="DOTTEDVER" value="${dottedver}"/>
       <copy file="tomcat.nsi" tofile="${tomcat.dist}/tomcat.nsi" 
        filtering="true"/>
       <exec dir="${tomcat.dist}" executable="${nsis.exe}">
  
  
  

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

Reply via email to