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/lirk2/ant-scripts/create-distribution.xml

    r20058 r21202  
    4242        <delete dir="distributions/web/bin/linux/imagemagick"/>
    4343        <svn>
    44             <export srcurl="${svn.root}/other-projects/trunk/linux-binaries/imagemagick" destPath="distributions/web/bin/linux/imagemagick"/>
     44            <export srcurl="${svn.root}/main/${branch.path}/binaries/linux/imagemagick" destPath="distributions/web/bin/linux/imagemagick"/>
    4545        </svn>
    4646    </target>
     
    4949        <delete dir="distributions/web/bin/linux/wv"/>
    5050        <svn>
    51             <export srcurl="${svn.root}/other-projects/trunk/linux-binaries/wv" destPath="distributions/web/bin/linux/wv"/>
     51            <export srcurl="${svn.root}/main/${branch.path}/binaries/linux/wv" destPath="distributions/web/bin/linux/wv"/>
    5252        </svn>
    5353    </target>
Note: See TracChangeset for help on using the changeset viewer.