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/wirk2/ant-scripts/create-distribution.xml

    r18705 r18870  
    2828            <fileset dir="${basedir}/compiled/bin/windows" includes="**/*"/>
    2929        </copy>
    30         <copy todir="${basedir}/distributions/web" file="${basedir}/compiled/bin/windows/server.exe"/>
     30        <copy todir="distributions/web" file="compiled/bin/windows/server.exe"/>
     31        <copy todir="distributions/web/cgi-bin/library" file="compiled/cgi-bin/library.cgi"/>
     32        <copy todir="distributions/web/cgi-bin/oaiserver" file="compiled/cgi-bin/oaiserver.cgi"/>
    3133       
    3234        <echo level="info">Dropping LuceneWrapper.jar in place</echo>
Note: See TracChangeset for help on using the changeset viewer.