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/mark2/ant-scripts/compile.xml

    r18854 r18870  
    1616        <antcall target="run-make-install"/>
    1717        <antcall target="run-make-apache-for-dist"/>
    18         <antcall target="copy-library-oai"/>
    1918        <antcall target="strip-execs"/>
    2019
     
    6261    </target>
    6362
    64     <target name="copy-library-oai">
    65         <exec executable="mv"><arg line="${basedir}/compiled/cgi-bin/library ${basedir}/compiled/bin/darwin/library"/></exec>
    66         <exec executable="mv"><arg line="${basedir}/compiled/cgi-bin/oaiserver ${basedir}/compiled/bin/darwin/oaiserver"/></exec>
    67     </target>
    68 
    6963    <target name="strip-execs">
    7064        <exec dir="${basedir}/compiled/bin/darwin" executable="find">
Note: See TracChangeset for help on using the changeset viewer.