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/mark2/ant-scripts
Files:
2 edited

Legend:

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

    r17257 r17268  
    1717        <antcall target="strip-execs"/>
    1818
     19        <!-- search4j -->
     20        <antcall target="compile-search4j" /> <!-- from rk2-targets -->
     21
    1922        <!-- uninstaller -->
    20         <antcall target="compile-uninstaller" /> <!-- from global-targets -->
     23        <antcall target="compile-uninstaller" /> <!-- from rk2-targets -->
    2124
    2225        <!-- build collections -->
  • release-kits/mark2/ant-scripts/create-distribution.xml

    r17257 r17268  
    4545        <delete dir="distributions/web/bin/darwin" />
    4646        <exec dir="${basedir}" executable="cp"><arg line="-r gsdl/bin/darwin distributions/web/bin"/></exec>
     47        <exec dir="${basedir}" executable="cp"><arg line="gsdl/bin/search4j distributions/web/bin"/></exec>
    4748        <exec dir="${basedir}" executable="cp"><arg line="gsdl/cgi-bin/library distributions/web/cgi-bin"/></exec>
    4849        <exec dir="${basedir}" executable="cp"><arg line="gsdl/cgi-bin/oaiserver distributions/web/cgi-bin"/></exec>
Note: See TracChangeset for help on using the changeset viewer.