Ignore:
Timestamp:
2009-12-02T13:24:53+13:00 (14 years ago)
Author:
oranfry
Message:

updated code after the repository restructure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/wirk2/ant-scripts/compile.xml

    r20726 r21202  
    3737        <if>
    3838            <bool><not><available file="${basedir}/compiled/bin/windows"/></not></bool>
    39             <svn><export srcUrl="${svn.root}/other-projects/trunk/winbin/bin" destPath="${basedir}/compiled/bin/windows" revision="${branch.revision}"/></svn>
     39            <svn><export srcUrl="${svn.root}/main/${branch.path}/binaries/windows/bin" destPath="${basedir}/compiled/bin/windows" revision="${branch.revision}"/></svn>
    4040        </if>
    4141    </target>
Note: See TracChangeset for help on using the changeset viewer.