Ignore:
Timestamp:
2013-09-19T22:24:35+12:00 (11 years ago)
Author:
ak19
Message:

Release-kit changes for Mac (Mountain) Lion which needs to check out its own specific version of the pre-compiled gnome-lib-minimal package.

File:
1 edited

Legend:

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

    r23811 r28301  
    149149            <property name="rk.os" value="mac"/>
    150150
    151         <else><if>
     151        <else><!--<if>
    152152            <bool>
    153153                <or>
     
    162162                </or>
    163163            </bool>
    164             <property name="rk.os" value="windows"/>
    165 
    166         <else>
     164            <property name="rk.os" value="windows"/>-->
     165            <if>
     166                <bool><os family="windows"/></bool>
     167                <property name="rk.os" value="windows"/>   
     168            <else>
    167169            <fail>Can't work out what to set rk.os to. Please report this to [email protected] . In the mean time, manually set rk.os to 'windows', 'mac', or 'linux' by reinvoking the release kit with, for example, '-Drk.os=windows'</fail>
    168170
Note: See TracChangeset for help on using the changeset viewer.