Changeset 21202


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

updated code after the repository restructure

Location:
main/trunk/release-kits
Files:
11 edited

Legend:

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

    r19900 r21202  
    7474        <svn>
    7575            <checkout url="${svn.root}/documentation/${branch.path}/tutorials" destPath="documentation/tutorials"/>
    76             <checkout url="${svn.root}/gli/${branch.path}" destPath="documentation/gli"/>
    77             <checkout url="${svn.root}/gsdl/${branch.path}/perllib" destPath="documentation/perllib"/>
    78             <checkout url="${svn.root}/gsdl/${branch.path}/macros" destPath="documentation/macros"/>
     76            <checkout url="${svn.root}/main/${branch.path}/gli" destPath="documentation/gli"/>
     77            <checkout url="${svn.root}/main/${branch.path}/greenstone2/perllib" destPath="documentation/perllib"/>
     78            <checkout url="${svn.root}/main/${branch.path}/greenstone2/macros" destPath="documentation/macros"/>
    7979            <checkout url="${svn.root}/documentation/${branch.path}/tutorial_sample_files" destPath="documentation/tutorial_sample_files"/>
    8080        </svn>
     
    116116            <checkout url="${svn.root}/documentation/${branch.path}/manuals" destPath="documentation/manuals"/>
    117117            <checkout url="${svn.root}/documentation/${branch.path}/shared" destPath="documentation/shared"/>
    118             <checkout url="${svn.root}/gli/${branch.path}" destPath="documentation/gli"/>
     118            <checkout url="${svn.root}/main/${branch.path}/gli" destPath="documentation/gli"/>
    119119        </svn>
    120120        <unzip src="documentation/shared/fop.zip" dest="documentation/shared"/>
  • main/trunk/release-kits/derk/ant-scripts/build.xml

    r19790 r21202  
    4343        <if><bool><not><available file="dec"/></not></bool>
    4444            <svn>
    45                 <export srcurl="${svn.root}/collections/documented-examples/${branch.path}" destPath="documented-examples"/>
     45                <export srcurl="${svn.root}/documented-examples/${branch.path}" destPath="documented-examples"/>
    4646            </svn>
    4747        </if>
     
    5656            <bool><not><available file="gs2build"/></not></bool>
    5757            <svn>
    58                 <export srcurl="${svn.root}/gs2build" destPath="gs2build"/>
     58                <export srcurl="${svn.root}/main/${branch.path}/gs2build" destPath="gs2build"/>
    5959            </svn>
    6060        </if>
  • 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>
  • 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>
  • main/trunk/release-kits/rk2/ant-scripts/compile.xml

    r20721 r21202  
    189189        <if>
    190190            <bool><not><available file="${basedir}/compiled/bin/windows"/></not></bool>
    191             <svn><export srcUrl="${svn.root}/other-projects/trunk/winbin/bin" destPath="${basedir}/compiled/bin/windows" revision="${branch.revision}"/></svn>
     191            <svn><export srcUrl="${svn.root}/main/${branch.path}/binaries/windows/bin" destPath="${basedir}/compiled/bin/windows" revision="${branch.revision}"/></svn>
    192192        </if>
    193193    </target>
  • main/trunk/release-kits/rk3/ant-scripts/create-distribution.xml

    r20599 r21202  
    2828        <delete dir="distributions/web/bin/linux/imagemagick"/>
    2929        <svn>
    30             <export srcurl="${svn.root}/other-projects/trunk/linux-binaries/imagemagick" destPath="distributions/web/gs2build/bin/linux/imagemagick"/>
     30            <export srcurl="${svn.root}/main/${branch.path}/binaries/linux/imagemagick" destPath="distributions/web/gs2build/bin/linux/imagemagick"/>
    3131        </svn>
    3232    </target>
     
    3535        <delete dir="distributions/web/bin/linux/wv"/>
    3636        <svn>
    37             <export srcurl="${svn.root}/other-projects/trunk/linux-binaries/wv" destPath="distributions/web/gs2build/bin/linux/wv"/>
     37            <export srcurl="${svn.root}/main/${branch.path}/binaries/linux/wv" destPath="distributions/web/gs2build/bin/linux/wv"/>
    3838        </svn>
    3939    </target>
     
    4242        <delete dir="distributions/web/bin/darwin/imagemagick"/>
    4343        <svn>
    44             <export srcurl="${svn.root}/other-projects/trunk/mac-binaries/intel/imagemagick" destPath="distributions/web/gs2build/bin/darwin/imagemagick"/>
     44            <export srcurl="${svn.root}/main/${branch.path}/binaries/mac/intel/imagemagick" destPath="distributions/web/gs2build/bin/darwin/imagemagick"/>
    4545        </svn>
    4646    </target>
     
    4949        <delete dir="distributions/web/bin/darwin/ghostscript"/>
    5050        <svn>
    51             <export srcurl="${svn.root}/other-projects/trunk/mac-binaries/intel/ghostscript" destPath="distributions/web/gs2build/bin/darwin/ghostscript"/>
     51            <export srcurl="${svn.root}/main/${branch.path}/binaries/mac/intel/ghostscript" destPath="distributions/web/gs2build/bin/darwin/ghostscript"/>
    5252        </svn>
    5353    </target>
  • main/trunk/release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r20929 r21202  
    2121        <exec excutable="svn">
    2222            <arg value="export"/>
    23             <arg value="${svn.root}/gsdl/${branch.path}"/>
     23            <arg value="${svn.root}/main/${branch.path}/greenstone2"/>
    2424            <arg value="${dest}"/>
    2525        </exec>
    2626        <exec executable="svn">
    2727            <arg value="export"/>
    28             <arg value="${svn.root}/gli/${branch.path}"/>
     28            <arg value="${svn.root}/main/${branch.path}/gli"/>
    2929            <arg value="${dest}/gli"/>
    3030        </exec>
     
    4141        <mkdir dir="${gsdl.basedir}/bin/windows"/>
    4242        <get src="${server.exe.location}" dest="${gsdl.basedir}/bin/windows/server.exe"/>
    43         <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/Setup.exe" dest="${gsdl.basedir}/bin/windows/Setup.exe"/>
    44         <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/gssetup.exe" dest="${gsdl.basedir}/bin/windows/gssetup.exe"/>
     43        <get src="${svn.root}/main/${branch.path}/binaries/windows/bin/Setup.exe" dest="${gsdl.basedir}/bin/windows/Setup.exe"/>
     44        <get src="${svn.root}/main/${branch.path}/binaries/windows/bin/gssetup.exe" dest="${gsdl.basedir}/bin/windows/gssetup.exe"/>
    4545    </target>
    4646
     
    115115
    116116    <target name="checkout-gsdl-gli">
    117         <echo>${svn.root}/gsdl/${branch.path}</echo>
    118117        <exec executable="svn">
    119118            <arg value="checkout"/>
    120             <arg value="${svn.root}/gsdl/${branch.path}"/>
     119            <arg value="${svn.root}/main/${branch.path}/greenstone2"/>
    121120            <arg value="${basedir}/compiled"/>
    122121        </exec>
    123122                <exec executable="svn">
    124123            <arg value="checkout"/>
    125             <arg value="${svn.root}/gli/${branch.path}"/>
     124            <arg value="${svn.root}/main/${branch.path}/gli"/>
    126125            <arg value="${basedir}/compiled/gli"/>
    127126        </exec>
  • main/trunk/release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r20532 r21202  
    9797    <target name="checkout-greenstone3">
    9898        <svn>
    99             <checkout url="${svn.root}/greenstone3/${branch.path}" destPath="compiled" revision="${branch.revision}"/>
    100         <!--    <checkout url="${svn.root}/gli/${branch.path}" destPath="compiled/gli" revision="${branch.revision}"/> -->
     99            <checkout url="${svn.root}/main/${branch.path}/greenstone3" destPath="compiled" revision="${branch.revision}"/>
    101100        </svn>
    102101    </target>
     
    104103    <target name="export-greenstone3">
    105104        <svn>
    106             <export srcUrl="${svn.root}/greenstone3/${branch.path}" destPath="${dest}" revision="${branch.revision}"/>
     105            <export srcUrl="${svn.root}/main/${branch.path}/greenstone3" destPath="${dest}" revision="${branch.revision}"/>
    107106        </svn>
    108107    </target>
  • main/trunk/release-kits/sork2/ant-scripts/build.xml

    r20084 r21202  
    5454        <delete dir="distributions/Greenstone-${version}-source-distribution/bin/windows"/>
    5555        <svn>
    56             <export srcurl="${svn.root}/other-projects/trunk/winbin/bin" destPath="distributions/Greenstone-${version}-source-distribution/bin/windows"/>
     56            <export srcurl="${svn.root}/main/${branch.path}/binaries/windows/bin" destPath="distributions/Greenstone-${version}-source-distribution/bin/windows"/>
    5757        </svn>
    5858        <get src="${server.exe.location}" dest="distributions/Greenstone-${version}-source-distribution/bin/windows/server.exe"/>
  • main/trunk/release-kits/sork3/ant-scripts/build.xml

    r20533 r21202  
    7474        <delete dir="distributions/${dist.dirname}/gs2build/bin/windows"/>
    7575        <svn>
    76             <export srcurl="${svn.root}/other-projects/trunk/winbin/bin" destPath="distributions/${dist.dirname}/gs2build/bin/windows"/>
     76            <export srcurl="${svn.root}/main/${branch.path}/binaries/windows/bin" destPath="distributions/${dist.dirname}/gs2build/bin/windows"/>
    7777        </svn>
    7878        <delete dir="distributions/${dist.dirname}/gs2build/bin/windows/imagemagick"/>
  • 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.