Changeset 12752


Ignore:
Timestamp:
2006-09-15T10:44:38+12:00 (18 years ago)
Author:
kjdon
Message:

moved some of the prepare-for-dist-4 target into prepare-for-dist-5 so that we can do stuff in between compiling and make clean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r12235 r12752  
    12641264  <target name="prepare-for-dist-3" depends="init">
    12651265    <antcall target="compile"/>
     1266  </target>
     1267 
     1268  <target name="prepare-for-dist-5" depends="init">
    12661269    <antcall target="clean-packages-c++"/>
    12671270    <antcall target="distclean-packages-c++"/>
    12681271    <antcall target="clean-gs2build"/>
    1269     <antcall target="distclean-gs2build"/>
     1272    <antcall target="distclean-gs2build"/>   
    12701273    <antcall target="install-macos-extra"/>
    12711274    <xslt in="build.xml" out="dist-build.xml" style="dist-resources/convert-build-xml.xsl"/>
     
    12731276    <delete dir="${basedir}/dist-resources"/>
    12741277  </target>
    1275  
     1278
    12761279  <target name="get-perl-for-windows" if="current.os.iswindows">
    12771280    <get src="http://www.greenstone.org/gs3files/perl-for-windows.zip"
Note: See TracChangeset for help on using the changeset viewer.