Changeset 10732


Ignore:
Timestamp:
2005-10-18T15:54:24+13:00 (19 years ago)
Author:
kjdon
Message:

some changes to get the release working on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10731 r10732  
    14561456    <cvs command="export -D '1 second ago'" package="gli"
    14571457      cvsRoot=":pserver:[email protected]:2402/usr/local/global-cvs/gsdl-src" />
    1458     <antcall target="rename-gs2build-files"/>
     1458    <antcall target="rename-gs2build-files-unix"/>
    14591459    <antcall target="unzip-windows-packages"/>
    14601460    <antcall target="get-windows-binaries"/>
     1461    <antcall target="get-perl-for-windows"/>
    14611462    <antcall target="prepare-mysql"/>
    14621463    <delete file="${packages.home}/mysql-standard-4.1.11-pc-linux-gnu-i686.tar.gz"/>
     
    14941495    <unzip src="${gs2build.home}/bin/windows/perl-for-windows.zip"
    14951496      dest="${gs2build.home}/bin/windows"/>
     1497    <delete file="${gs2build.home}/bin/windows/perl-for-windows.zip"/>
    14961498  </target>
    14971499
     
    15011503    </condition>
    15021504    <antcall target="rename-xml-jars"/>
     1505    <antcall target="rename-gs2build-files-windows"/>
    15031506  </target>
    15041507</project>
Note: See TracChangeset for help on using the changeset viewer.