Changeset 17460


Ignore:
Timestamp:
2008-10-02T16:50:39+13:00 (16 years ago)
Author:
oranfry
Message:

delete all zips from the distribution packages dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/operations-on-gs3home.xml

    r17339 r17460  
    4747        <!-- <antcall target="unzip-windows-packages"/> do we need this? -->
    4848        <antcall target="prepare-tomcat"/>
    49         <delete file="${packages.home}/apache-tomcat-5.5.12.zip"/>
    50         <delete file="${packages.home}/apache-tomcat-5.5.12-compat.zip"/>
    5149        <antcall target="prepare-axis"/>
    52         <delete file="${packages.home}/axis-bin-1_2_1.zip"/>
    5350       
    5451        <!-- delete old axis dir -->
     
    5754        <mkdir dir="${web.home}/logs"/>
    5855        <antcall target="prepare-ant"/>
    59         <delete file="${packages.home}/apache-ant-1.7.0-bin.zip"/>
    6056        <antcall target="prepare-collections"/>
    6157
    6258        <!-- get good XML-Parser - does this work? -->
    6359        <antcall target="get-xml-parser"/>
     60
     61        <delete file="${packages.home}/*.zip"/>
    6462       
    6563        <!-- documented collections -->
     
    7270        <mkdir dir="${gs2build.home}/source"/>
    7371
    74         </target>
     72    </target>
    7573
    7674    <target name="create-distribution-2" description="do all the compilation">
Note: See TracChangeset for help on using the changeset viewer.