Changeset 18870 for release-kits/lirk2


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

Location:
release-kits/lirk2
Files:
3 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">
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r18849 r18870  
    2727        <delete dir="distributions/web/bin/linux" />
    2828        <exec dir="${basedir}" executable="cp"><arg line="-r compiled/bin/linux distributions/web/bin"/></exec>
     29        <exec dir="${basedir}" executable="cp"><arg line="compiled/cgi-bin/library.cgi compiled/cgi-bin/oaiserver.cgi distributions/web/cgi-bin"/></exec>
    2930        <exec dir="${basedir}" executable="cp"><arg line="-r compiled/apache-httpd distributions/web"/></exec>
    3031        <exec dir="${basedir}" executable="cp"><arg line="compiled/lib/java/build.properties distributions/web/lib/java"/></exec>
  • release-kits/lirk2/installer/build.xml

    r18848 r18870  
    4141        <unzip src="${basedir}/core.comp" dest="${installDir}"/>
    4242        <delete file="core.comp"/>
    43 
    44         <echo>Installing Servers</echo>
    45         <copy tofile="${installDir}/cgi-bin/oaiserver.cgi" file="${installDir}/bin/linux/oaiserver.cgi"/>
    46         <copy tofile="${installDir}/cgi-bin/library.cgi" file="${installDir}/bin/linux/library.cgi"/>
    4743
    4844        <echo>Setting Binaries to Executable</echo>
Note: See TracChangeset for help on using the changeset viewer.