Changeset 16807 for release-kits/mark3


Ignore:
Timestamp:
2008-08-15T13:27:04+12:00 (16 years ago)
Author:
oranfry
Message:

fixes to mark3

Location:
release-kits/mark3/ant-scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark3/ant-scripts/compile.xml

    r16744 r16807  
    2222        <ant target="build-unix" dir="greenstone3" antfile="${mark3.home}/ant-scripts/operations-on-gs3home.xml" inheritAll="false"/>
    2323        <antcall target="linux-strip-execs" />
     24        <antcall target="compile-search4j" /> <!-- from rk3-targets -->
    2425
    2526        <!-- documentation -->
     
    4344
    4445    <target name="tweak-makefiles">
    45       <rsr
     46        <rsr
    4647            file="${basedir}/greenstone3/gs2build/common-src/src/gdbmedit/db2txt/Makefile"
    4748            pattern="^(LIBS ?=.*)-L${mark3.home}/mac/${processor}/gdbm/lib -lgdbm(.*)$"
  • release-kits/mark3/ant-scripts/create-distribution.xml

    r16744 r16807  
    5757        <exec executable="cp"><arg line="-r greenstone3/lib/jni distribution/greenstone3/lib"/></exec>
    5858
    59         <delete dir="distribution/greenstone3/gs2build/bin/linux"/>
    60         <exec executable="cp"><arg line="-r greenstone3/gs2build/bin/linux distribution/greenstone3/gs2build/bin"/></exec>
     59        <delete dir="distribution/greenstone3/gs2build/bin/darwin"/>
     60        <exec executable="cp"><arg line="-r greenstone3/gs2build/bin/darwin distribution/greenstone3/gs2build/bin"/></exec>
    6161
    6262        <delete dir="distribution/greenstone3/gs2build/bin/java"/>
    6363        <exec executable="cp"><arg line="-r greenstone3/gs2build/bin/java distribution/greenstone3/gs2build/bin"/></exec>
     64        <exec executable="cp"><arg line="greenstone3/bin/search4j distribution/greenstone3/bin"/></exec>
    6465    </target>
    6566
  • release-kits/mark3/ant-scripts/create-installer.xml

    r16772 r16807  
    1010    <target name="copy-installer-files">
    1111        <echo>Getting things ready to compile the installer</echo>
    12         <mkdir dir="${basedir}/installer/resources"/>
    1312        <copy todir="${basedir}/installer" file="${mark3.home}/installer/antinstall-config.xml" overwrite="true" />
    1413        <copy todir="${basedir}/installer" file="${mark3.home}/installer/build.xml" overwrite="true" />
Note: See TracChangeset for help on using the changeset viewer.