Changeset 17604 for release-kits/wirk3


Ignore:
Timestamp:
2008-10-24T15:42:29+13:00 (16 years ago)
Author:
oranfry
Message:

let greenstone compile search4j instead of the release kit doing it

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

Legend:

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

    r17419 r17604  
    1515            <property name="branch.revision" value="${branch.revision}"/>
    1616        </ant>
    17         <antcall target="compile-search4j-windows" /> <!-- from rk3-targets -->
    1817        <antcall target="compile-uninstaller" /> <!-- from rk3-targets -->
    1918        <antcall target="prepare-documentation" />
  • release-kits/wirk3/ant-scripts/create-distribution.xml

    r17425 r17604  
    5151    <target name="insert-compiled-binaries">
    5252
    53         <copy todir="distribution/greenstone3/bin" file="greenstone3/bin/search4j.exe"/>
    54 
    5553        <delete dir="distribution/greenstone3/lib/jni"/>
    5654        <copy todir="distribution/greenstone3/lib/jni"><fileset dir="greenstone3/lib/jni"/></copy>
     
    5856        <delete dir="distribution/greenstone3/gs2build/bin/windows"/>
    5957        <copy todir="distribution/greenstone3/gs2build/bin/windows"><fileset dir="greenstone3/gs2build/bin/windows"/></copy>
     58
    6059        <delete dir="distribution/greenstone3/gs2build/bin/java"/>
    6160        <copy todir="distribution/greenstone3/gs2build/bin/java"><fileset dir="greenstone3/gs2build/bin/java"/></copy>
     61
     62        <copy todir="distribution/greenstone3/bin" file="greenstone3/bin/search4j.exe"/>
    6263    </target>
    6364   
Note: See TracChangeset for help on using the changeset viewer.