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

    r20928 r21202  
    2222        <exec executable="svn">
    2323            <arg value="export"/>
    24             <arg value="${svn.root}/other-projects/trunk/mac-binaries/intel/imagemagick"/>
     24            <arg value="${svn.root}/main/${branch.path}/binaries/mac/intel/imagemagick"/>
    2525            <arg value="distributions/web/bin/darwin/imagemagick"/>
    2626        </exec>
     
    3131        <exec executable="svn">
    3232            <arg value="export"/>
    33             <arg value="${svn.root}/other-projects/trunk/mac-binaries/intel/ghostscript"/>
     33            <arg value="${svn.root}/main/${branch.path}/binaries/mac/intel/ghostscript"/>
    3434            <arg value="distributions/web/bin/darwin/ghostscript"/>
    3535        </exec>
Note: See TracChangeset for help on using the changeset viewer.