Ignore:
Timestamp:
2005-11-16T15:21:48+13:00 (18 years ago)
Author:
kjdon
Message:

starting to make a source distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10901 r10907  
    12931293    <antcall target="rename-gs2build-files"/>
    12941294    <antcall target="unzip-windows-packages"/>
     1295    <antcall target="checkout-winbin"/>
    12951296    <antcall target="get-windows-binaries"/>
    12961297    <antcall target="get-macos-extra"/>
     
    13021303  </target>
    13031304 
    1304   <target name="get-windows-binaries" depends="init,checkout-winbin" if="current.os.iswindows">
     1305  <target name="get-windows-binaries" depends="init" if="current.os.iswindows">
    13051306    <copy todir="${basedir}/bin">
    13061307      <fileset dir="${basedir}/winbin/bin" includes="mg*.exe"/>
     
    15481549    <antcall target="rename-gs2build-files-unix"/>
    15491550    <antcall target="unzip-windows-packages"/>
     1551    <antcall target="checkout-winbin"/>
    15501552    <antcall target="get-windows-binaries"/>
    15511553    <antcall target="get-perl-for-windows"/>
     
    16141616    <antcall target="deploy-localsite"/>
    16151617  </target>
     1618
     1619  <target name="prepare-for-source-dist" depends="init">
     1620    <cvs command="export -D '1 second ago'" package="mgpp"
     1621      dest="${src.packages.home}"
     1622      cvsRoot="${cvs.root}" />
     1623    <cvs command="export -D '1 second ago'" package="gs2build"
     1624      cvsRoot="${cvs.root}" />
     1625    <cvs command="export -D '1 second ago'" package="gli"
     1626      cvsRoot="${cvs.root}" />
     1627    <delete file="${gli.home}/gli.bat"/>
     1628    <delete file="${gli.home}/gli.sh"/>
     1629    <antcall target="rename-gs2build-files-unix"/>
     1630
     1631    <antcall target="prepare-axis"/>
     1632    <delete file="${packages.home}/axis-bin-1_2_1.zip"/>
     1633    <!-- delete old axis dir -->
     1634    <delete dir="${packages.home}/axis"/>
     1635    <!-- download the mac XML parser just in case: it will only be unpacked if on a mac  -->
     1636    <get src="http://www.greenstone.org/gs3files/XML-Parser.tar.gz"
     1637      dest="${gs2build.home}/perllib/cpan/XML-Parser.tar.gz"
     1638      usetimestamp="true"/>
     1639  </target>
     1640
     1641  <target name="prepare-for-source" depends="init,unzip-windows-packages,prepare-tomcat,prepare-mysql,prepare-web"/>
    16161642</project>
    16171643
Note: See TracChangeset for help on using the changeset viewer.