Changeset 17466


Ignore:
Timestamp:
2008-10-03T10:16:23+13:00 (16 years ago)
Author:
oranfry
Message:

moved version number constants to the shared init script

Location:
release-kits
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/build.xml

    r17396 r17466  
    1515    <property name="rk.home" value="${lirk2.home}" />
    1616    <property name="rk.os" value="linux" />
    17 
    18     <property name="bundled.version.ghostscript" value=""/>
    19     <property name="bundled.version.imagemagick" value=""/>
    2017   
    2118    <!-- IMPORT OTHER ANT SCRIPTS -->
  • release-kits/lirk3/ant-scripts/build.xml

    r17398 r17466  
    1111
    1212    <!-- CONSTANTS -->
    13 
    14     <!-- the version numbers of bundled things -->
    15     <property name="bundled.version.tomcat" value="5.5.25"/>
    16     <property name="bundled.version.ant" value="1.6.5"/>
    17     <property name="bundled.version.imagemagick" value=""/>
    18     <property name="bundled.version.ghostscript" value=""/>
    1913
    2014    <!-- for the benefit of the shared scripts, set release-kit home -->
  • release-kits/mark3/ant-scripts/build.xml

    r17454 r17466  
    1111
    1212    <!-- CONSTANTS -->
    13 
    14     <!-- the version numbers of bundled things -->
    15     <property name="bundled.version.tomcat" value="5.5.25"/>
    16     <property name="bundled.version.ant" value="1.6.5"/>
    1713
    1814    <!-- the amount extra space to allocate in the dmgs in (KB) -->
  • release-kits/wirk2/ant-scripts/build.xml

    r17378 r17466  
    1818    <property name="rk.home" value="${wirk2.home}" />
    1919    <property name="rk.os" value="windows" />
    20 
    21     <property name="bundled.version.imagemagick" value="6.4.3"/>
    22     <property name="bundled.version.ghostscript" value="8.63"/>
    2320   
    2421    <!-- IMPORT OTHER ANT SCRIPTS -->
  • release-kits/wirk3/ant-scripts/build.xml

    r17367 r17466  
    1111
    1212    <!-- CONSTANTS -->
    13 
    14     <!-- the version numbers of bundled things -->
    15     <property name="bundled.version.tomcat" value="5.5.25"/>
    16     <property name="bundled.version.ant" value="1.6.5"/>
    17     <property name="bundled.version.imagemagick" value="6.4.3"/>
    18     <property name="bundled.version.ghostscript" value="8.63"/>
    1913
    2014    <!-- the size of the resourse chunks to be put in the wrapped installer -->
Note: See TracChangeset for help on using the changeset viewer.