Ignore:
Timestamp:
2013-05-21T17:42:35+12:00 (11 years ago)
Author:
ak19
Message:

Moving recently added target to install mac shortcuts around, because they appear in a weird location in the installer.

Location:
main/trunk/release-kits/kits/rk3/installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/antinstall-config.xml

    r27379 r27389  
    117117            displayText=""/>
    118118
    119         <!-- NO FLAX START -->
    120 
    121119        <!-- if windows|mac -->
    122120        <target
     
    126124            displayText=""/>
    127125        <!-- /if -->
    128 
    129         <!-- NO FLAX END -->
    130126
    131127        <target
     
    151147        <!-- /if -->
    152148
     149        <!-- if mac -->
     150        <target
     151            target="Installing Mac Shortcuts"
     152            diskRequirement="~2.2 MB"
     153            defaultValue="true"
     154            displayText=""
     155            force="true"/>
     156        <!-- /if -->
     157
    153158        <!-- NO FLAX END -->
    154159
     
    180185        <!-- FLAX END -->
    181186
    182         <!-- if mac -->
    183         <target
    184             target="Installing Mac Shortcuts"
    185             diskRequirement="~2.2 MB"
    186             defaultValue="true"
    187             displayText=""
    188             force="true"/>
    189         <!-- /if -->
    190187    </page>
    191188
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r27379 r27389  
    348348    </target>
    349349
     350    <target name="Installing Mac Shortcuts">
     351      <echo>Installing Mac Shortcuts</echo>
     352      <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />
     353    </target>
    350354   
    351355    <target name="Configuring Administration Pages" if="enable.admin.pages">
     
    373377            email=""/>-->
    374378    </target>
    375 
    376     <target name="Installing Mac Shortcuts">
    377       <echo>Installing Mac Shortcuts</echo>
    378       <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />
    379     </target>
    380379   
    381380    <!-- util target to extract the given component -->
Note: See TracChangeset for help on using the changeset viewer.