Ignore:
Timestamp:
2013-05-22T21:22:07+12:00 (11 years ago)
Author:
ak19
Message:

Changing when mac shortcuts are generated during the installation.

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

    r27389 r27391  
    147147        <!-- /if -->
    148148
    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 
    158149        <!-- NO FLAX END -->
    159150
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r27389 r27391  
    158158        <!-- No quotes around GSDLHOME filepath in setup.bat. since the set operations of batchfiles don't want spaces in their assignments, and where quotes are needed in setup.bat, setup.bat handles this itself -->
    159159        <rsr file="${installDir}/gs2build/setup.bat" pattern="&quot;?\*\*GSDLHOME\*\*&quot;?" replacement="${installDir.local}\gs2build" />
     160        <!-- /if -->
     161
     162        <!-- if mac -->
     163        <echo>Installing Mac Shortcuts</echo>
     164        <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />   
    160165        <!-- /if -->
    161166
     
    346351
    347352        <!-- FLAX END -->
    348     </target>
    349 
    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" />
    353353    </target>
    354354   
Note: See TracChangeset for help on using the changeset viewer.