Changeset 17518 for release-kits/shared


Ignore:
Timestamp:
2008-10-10T15:08:07+13:00 (16 years ago)
Author:
oranfry
Message:

now we need java sizes in bytes so we can add it to the core size

File:
1 edited

Legend:

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

    r17467 r17518  
    3434    <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="jre"/> <!-- set this to the name of the top level directory in the above archive -->
    36     <property name="component.size.linux-java" value="99 MB"/> <!-- set this to the size of the extract archive -->
     36    <property name="component.bytesize.linux-java" value="101245987"/> <!-- set this to the size of the extract archive -->
     37
    3738    <!-- windows -->
    3839    <property name="windows-java.installer" value="jre.exe"/>
    3940    <property name="bundled.version.windows-java" value="1.6.0_07"/> <!-- set this to the version number of java in the above archive -->
    4041    <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"/> <!-- set this to the size of the extract archive -->
     42    <property name="component.bytesize.windows-java" value="75000000"/> <!-- set this to the size of the extract archive -->
    4243
    4344    <!-- version numbers of other bundled things -->
Note: See TracChangeset for help on using the changeset viewer.