Ignore:
Timestamp:
2009-04-02T10:51:49+13:00 (15 years ago)
Author:
oranfry
Message:

sorting out the mess of library and oaiserver being renamed and being needlessly copied around

File:
1 edited

Legend:

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

    r18840 r18870  
    1818        <antcall target="run-make-install"/>
    1919        <antcall target="run-make-apache-for-dist"/>
    20         <antcall target="copy-library-oai"/>
    2120        <antcall target="strip-execs"/>
    2221
     
    9493    </target>
    9594
    96 
    97     <target name="copy-library-oai">
    98         <exec executable="mv" failonerror="true"><arg line="${basedir}/compiled/cgi-bin/library.cgi ${basedir}/compiled/bin/linux/library.cgi"/></exec>
    99         <exec executable="mv" failonerror="true"><arg line="${basedir}/compiled/cgi-bin/oaiserver.cgi ${basedir}/compiled/bin/linux/oaiserver.cgi"/></exec>
    100     </target>
    101 
    10295    <target name="strip-execs">
    10396        <exec dir="${basedir}/compiled/bin/linux" executable="find" failonerror="true">
Note: See TracChangeset for help on using the changeset viewer.