Ignore:
Timestamp:
2008-10-02T12:23:26+13:00 (16 years ago)
Author:
oranfry
Message:

fixes to the target for getting the cdrom package

File:
1 edited

Legend:

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

    r17448 r17451  
    117117
    118118    <target name="insert-export-to-cd-package">
    119         <get src="http://greenstone.org/release-snapshots/server.exe" dest="${basedir}/gsdl/bin/windows"/>
    120         <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/Setup.exe" dest="${basedir}/gsdl/bin/windows"/>
    121         <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/gssetup.exe" dest="${basedir}/gsdl/bin/windows"/>
     119        <mkdir dir="distributions/web/bin/windows"/>
     120        <get src="http://greenstone.org/release-snapshots/server.exe" dest="${basedir}/distributions/web/bin/windows/server.exe"/>
     121        <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/Setup.exe" dest="${basedir}/distributions/web/bin/windows/Setup.exe"/>
     122        <get src="http://svn.greenstone.org/other-projects/trunk/winbin/bin/gssetup.exe" dest="${basedir}/distributions/web/bin/windows/gssetup.exe"/>
    122123    </target>
    123124
Note: See TracChangeset for help on using the changeset viewer.