Changeset 18869 for release-kits


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

no longer have to copy library and oaiserver back to cgi-bin as they won't have left in the first place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r18774 r18869  
    9898        <property name="binzip.dir" value="distributions/Greenstone-${version}-${os.suffix}-binary"/>
    9999        <exec dir="${basedir}" executable="cp"><arg line="-r distributions/web ${binzip.dir}"/></exec>
    100         <exec dir="${basedir}" executable="cp"><arg line="${binzip.dir}/bin/${shell.os}/library distributions/Greenstone-${version}-${os.suffix}-binary/cgi-bin"/></exec>
    101         <exec dir="${basedir}" executable="cp"><arg line="${binzip.dir}/bin/${shell.os}/oaiserver distributions/Greenstone-${version}-${os.suffix}-binary/cgi-bin"/></exec>
    102100
    103101        <!-- delete sourcecode -->
     
    121119            <fileset dir="distributions/web"/>
    122120        </copy>
    123         <copy todir="${binzip.dir}/cgi-bin">
    124             <fileset dir="${binzip.dir}/bin/${shell.os}" includes="library.exe,oaiserver.exe"/>
    125         </copy>
    126121
    127122        <!-- delete sourcecode -->
Note: See TracChangeset for help on using the changeset viewer.