Ignore:
Timestamp:
2007-09-28T09:09:50+12:00 (17 years ago)
Author:
oranfry
Message:

corrected the arguments passed in a particular svnant update call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r14588 r14590  
    11361136  <target name="update-winbin" depends="init" if="current.os.iswindows" unless="nocvs.mode">
    11371137        <svn>
    1138             <update url="${svn.root}/other-projects/trunk/winbin" destPath="${basedir}/winbin"/>
     1138            <update dir="${svn.root}/other-projects/trunk/winbin"/>
    11391139        </svn> 
    11401140    </target>
Note: See TracChangeset for help on using the changeset viewer.