Ignore:
Timestamp:
2008-10-01T16:49:25+13:00 (16 years ago)
Author:
oranfry
Message:

changes to the way binaries are stored in the cgi-bin and bin/(os) directories

File:
1 edited

Legend:

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

    r17422 r17437  
    5959
    6060    <target name="copy-library-oai">
    61         <exec executable="cp"><arg line="${basedir}/gsdl/cgi-bin/library ${basedir}/gsdl/bin/darwin/library"/></exec>
    62         <exec executable="cp"><arg line="${basedir}/gsdl/cgi-bin/oaiserver ${basedir}/gsdl/bin/darwin/oaiserver"/></exec>
     61        <exec executable="mv"><arg line="${basedir}/gsdl/cgi-bin/library ${basedir}/gsdl/bin/darwin/library"/></exec>
     62        <exec executable="mv"><arg line="${basedir}/gsdl/cgi-bin/oaiserver ${basedir}/gsdl/bin/darwin/oaiserver"/></exec>
    6363    </target>
    6464
Note: See TracChangeset for help on using the changeset viewer.