Ignore:
Timestamp:
2013-12-02T13:39:38+13:00 (10 years ago)
Author:
ak19
Message:

Expeditee team (jts21). Some modifications before changing over to include the jre for mac in a self-extracting binary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/kits/rke/ant-scripts/init.xml

    r28720 r28725  
    158158            </if>
    159159        </if>
     160        <if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
     161            <property name="java.installer" value="jre_bin_x64"/>
     162            <property name="component.bytesize.java" value="158123846"/> <!-- set this to the size of the extracted archive -->
     163        </if>
    160164        <if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
    161165            <property name="java.installer" value="jre.exe"/>
    162             <property name="component.bytesize.java" value="75000000"/> <!-- set this to the size of the extract archive -->
    163         </if>
    164         <if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
    165             <echo>Mac has no java</echo>
     166            <property name="component.bytesize.java" value="75000000"/> <!-- set this to the size of the extracted archive -->
    166167        </if>
    167168       
Note: See TracChangeset for help on using the changeset viewer.