Changeset 17268 for release-kits/mark3


Ignore:
Timestamp:
2008-09-12T11:29:06+12:00 (16 years ago)
Author:
oranfry
Message:

compile search4j in release process and started standardising java installtion

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

Legend:

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

    r17257 r17268  
    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
     25        <!-- search4j -->
    2426        <antcall target="compile-search4j" /> <!-- from rk3-targets -->
    2527
    2628        <!-- uninstaller -->
    27         <antcall target="compile-uninstaller" /> <!-- from global-targets -->
     29        <antcall target="compile-uninstaller" /> <!-- from rk3-targets -->
    2830
    2931        <!-- documentation -->
  • release-kits/mark3/ant-scripts/create-distribution.xml

    r17257 r17268  
    6060        <delete dir="distribution/greenstone3/gs2build/bin/darwin"/>
    6161        <exec executable="cp"><arg line="-r greenstone3/gs2build/bin/darwin distribution/greenstone3/gs2build/bin"/></exec>
     62        <exec dir="${basedir}" executable="cp"><arg line="greenstone3/bin/search4j distribution/greenstone3/bin"/></exec>
    6263
    6364        <delete dir="distribution/greenstone3/gs2build/bin/java"/>
Note: See TracChangeset for help on using the changeset viewer.