Changeset 27380 for main/trunk


Ignore:
Timestamp:
2013-05-21T14:54:07+12:00 (11 years ago)
Author:
ak19
Message:

Adding a target for setting up the mac shortcuts (.app folders) for GS3 to the GLI, GSI, GEMS, client-gli.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r27369 r27380  
    27512751  </target>
    27522752
     2753  <!-- for macs, set up the .app shortcuts to gsi, gli, client-gli and gems -->
     2754  <target name="gen-mac-shortcuts">   
     2755    <if><bool><istrue value="${current.os.ismac}"/></bool>
     2756      <filter token="gsdl3srchome" value="${basedir}"/>
     2757      <copy file="${basedir}/gs3-server.app/Contents/document.wflow.in" tofile="${basedir}/gs3-server.app/Contents/document.wflow" filtering="true" overwrite="true"/>
     2758      <copy file="${basedir}/gli.app/Contents/document.wflow.in" tofile="${basedir}/gli.app/Contents/document.wflow" filtering="true" overwrite="true"/>
     2759      <copy file="${basedir}/client-gli.app/Contents/document.wflow.in" tofile="${basedir}/client-gli.app/Contents/document.wflow" filtering="true" overwrite="true"/>
     2760      <copy file="${basedir}/gems.app/Contents/document.wflow.in" tofile="${basedir}/gems.app/Contents/document.wflow" filtering="true" overwrite="true"/>
     2761    </if>
     2762  </target>
    27532763
    27542764  <!-- ============= tweaks for making compilation static ========== --> 
Note: See TracChangeset for help on using the changeset viewer.