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

delete all zips from dist packages dir

File:
1 edited

Legend:

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

    r17348 r17461  
    4848
    4949        <antcall target="prepare-tomcat"/>
    50         <delete file="${packages.home}/apache-tomcat-5.5.25.zip"/>
    51         <delete file="${packages.home}/apache-tomcat-5.5.25-compat.zip"/>
    52 
    5350        <antcall target="prepare-axis"/>
    54         <delete file="${packages.home}/axis-bin-1_2_1.zip"/>
    5551
    5652        <!-- delete old axis dir -->
     
    5955        <mkdir dir="${web.home}/logs"/>
    6056        <antcall target="prepare-ant"/>
    61         <delete file="${packages.home}/apache-ant-1.7.0-bin.zip"/>
    6257        <antcall target="prepare-collections"/>
    6358
    6459        <!-- get good XML-Parser - does this work? -->
    6560        <antcall target="get-xml-parser"/>
     61
     62        <delete file="${packages.home}/*.zip"/>
    6663
    6764        <!-- documented collections -->
Note: See TracChangeset for help on using the changeset viewer.