Ignore:
Timestamp:
2010-01-25T11:02:45+13:00 (14 years ago)
Author:
oranfry
Message:

fixes to rk2 for linux and mac

File:
1 edited

Legend:

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

    r21521 r21593  
    2424        <property name="basedir.local" refid="basedir.path"/>
    2525
    26         <!-- size of resource chunks (wrapper) -->
     26        <!-- size of resource chunks (windows wrapper) -->
    2727        <property name="resources.chunksize" value="8388608"/>
    28        
     28
     29        <!-- the extra space for the dmg image in KB (mac wrapper) -->
     30            <property name="dmg.overhead" value="2048"/>
     31
    2932        <!-- current date and time -->
    3033        <tstamp>
     
    169172        </else></if></else></if></else></if></else></if>
    170173
    171         <!-- set os.suffix -->
     174        <!-- set os.suffix and os.shell -->
    172175        <if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
    173176            <property name="os.suffix" value="MacOS-intel"/>
     177            <property name="os.shell" value="darwin"/>
    174178        </if>
    175179        <property name="os.suffix" value="${rk.os}"/>
     180        <property name="os.shell" value="${rk.os}"/>
    176181
    177182        <!-- show important properties -->
Note: See TracChangeset for help on using the changeset viewer.