Ignore:
Timestamp:
2013-11-28T18:57:03+13:00 (10 years ago)
Author:
ak19
Message:

Also tidied up installation directory structure

File:
1 edited

Legend:

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

    r28716 r28720  
    157157                </else>
    158158            </if>
    159             <else>
    160                 <if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
    161                     <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                 <else>
    164                     <if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
    165                         <echo>Mac has no java</echo>
    166                     </if>
    167                 </else>
    168                 </if>
    169             </else>
    170159        </if>
    171 
    172 
     160        <if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
     161            <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        </if>
     167       
    173168        <!-- show important properties -->
    174169        <echo level="info">Projectname: ${projectname}</echo>
Note: See TracChangeset for help on using the changeset viewer.