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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.