Ignore:
Timestamp:
2010-01-27T08:30:24+13:00 (14 years ago)
Author:
oranfry
Message:

change all uses of svnant to execs of system svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/sork2/ant-scripts/build.xml

    r21648 r21649  
    5353    <target name="insert-winbin">
    5454        <delete dir="distributions/Greenstone-${version}-source-distribution/bin/windows"/>
    55         <svn>
    56             <export srcurl="${svn.root}/main/${branch.path}/binaries/windows/bin" destPath="distributions/Greenstone-${version}-source-distribution/bin/windows"/>
    57         </svn>
     55        <exec executable="svn">
     56            <arg value="export"/>
     57            <arg value="${svn.root}/main/${branch.path}/binaries/windows/bin"/>
     58            <arg value="distributions/Greenstone-${version}-source-distribution/bin/windows"/>
     59        </exec>
    5860        <get src="${server.exe.location}" dest="distributions/Greenstone-${version}-source-distribution/bin/windows/server.exe"/>
    5961       
Note: See TracChangeset for help on using the changeset viewer.