Ignore:
Timestamp:
2008-09-17T09:55:51+12:00 (16 years ago)
Author:
oranfry
Message:

better commenting for the bundled jre properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-scripts/init.xml

    r17278 r17297  
    3131    <!-- change this info when the bundled version changes -->
    3232    <!-- linux -->
    33     <property name="bundled.version.linux-java" value="1.6.0_05"/>
    3433    <property name="linux-java.installer" value="jre_6u5_tar_gz"/>
     34    <property name="bundled.version.linux-java" value="1.6.0_05"/> <!-- set this to the version number of java in the above archive -->
    3535    <property name="linux-java.extracted" value="jre1.6.0_05"/> <!-- set this to the name of the top level directory in the above archive -->
    36     <property name="component.size.linux-java" value="97 MB"/>
     36    <property name="component.size.linux-java" value="97 MB"/> <!-- set this to the size of the extract archive -->
    3737    <!-- windows -->
    3838    <property name="windows-java.installer" value="jre.exe"/>
    39     <property name="bundled.version.windows-java" value="1.6.0_07"/> <!-- set this to the version number of the -->
     39    <property name="bundled.version.windows-java" value="1.6.0_07"/> <!-- set this to the version number of java in the above archive -->
    4040    <property name="windows-java.extracted" value="jre"/> <!-- set this to the name of the top level directory in the above archive -->
    41     <property name="component.size.windows-java" value="75 MB"/>
     41    <property name="component.size.windows-java" value="75 MB"/> <!-- set this to the size of the extract archive -->
    4242   
    4343    <!-- CLASSPATH -->
Note: See TracChangeset for help on using the changeset viewer.