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/shared
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.