Ignore:
Timestamp:
2008-11-27T17:17:14+13:00 (15 years ago)
Author:
oranfry
Message:

changes for the source release kit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r17898 r17953  
    2424
    2525    <target name="insert-export-to-cd-package">
    26         <mkdir dir="distributions/web/bin/windows"/>
    27         <get src="http://greenstone.org/release-snapshots/server.exe" dest="${basedir}/distributions/web/bin/windows/server.exe"/>
    28         <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/Setup.exe" dest="${basedir}/distributions/web/bin/windows/Setup.exe"/>
    29         <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/gssetup.exe" dest="${basedir}/distributions/web/bin/windows/gssetup.exe"/>
     26        <mkdir dir="${gsdl.basedir}/bin/windows"/>
     27        <get src="http://greenstone.org/release-snapshots/server.exe" dest="${gsdl.basedir}/bin/windows/server.exe"/>
     28        <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/Setup.exe" dest="${gsdl.basedir}/bin/windows/Setup.exe"/>
     29        <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/gssetup.exe" dest="${gsdl.basedir}/bin/windows/gssetup.exe"/>
    3030    </target>
    3131
Note: See TracChangeset for help on using the changeset viewer.