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

Changing when mac shortcuts are generated during the installation.

File:
1 edited

Legend:

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