Ignore:
Timestamp:
2013-12-02T16:57:33+13:00 (10 years ago)
Author:
ak19
Message:

Expeditee team (jts21). Modify release kits to generate a working Mac app (hopefully - to be tested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/kits/rke/ant-scripts/compile.xml

    r28725 r28728  
    2222
    2323        <!-- copy search4j -->
    24         <if><bool><or><equals arg1="${rk.os}" arg2="mac"/><equals arg1="${rk.os}" arg2="linux"/></or></bool>
     24        <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
    2525            <exec dir="${rk.home}/shared/core/search4j" executable="./configure" failonerror="true"/>
    2626            <exec dir="${rk.home}/shared/core/search4j" executable="make" failonerror="true"/>
     
    3131            <copy file="${rk.home}/shared/core/search4j/search4j.exe" todir="${basedir}/compiled/bin" />
    3232        </if>
    33 
    3433        <!-- copy run scripts -->
    35         <copy todir="${basedir}/compiled">
    36             <fileset dir="${rk.home}/scripts">
    37                 <include name="**" />
    38             </fileset>
    39         </copy>
     34        <if><bool><or><equals arg1="${rk.os}" arg2="linux"/><equals arg1="${rk.os}" arg2="windows"/></or></bool>
     35            <copy todir="${basedir}/compiled">
     36                <fileset dir="${rk.home}/scripts">
     37                    <include name="**" />
     38                </fileset>
     39            </copy>
     40        </if>
    4041    </target>
    4142
Note: See TracChangeset for help on using the changeset viewer.