greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17461

Show
Ignore:
Timestamp:
2008-10-02 16:59:01 (3 months ago)
Author:
oranfry
Message:

delete all zips from dist packages dir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/lirk3/ant-scripts/operations-on-gs3home.xml

    r17347 r17461  
    4747 
    4848                <antcall target="prepare-tomcat"/> 
    49                 <delete file="${packages.home}/apache-tomcat-5.5.25.zip"/> 
    50                 <delete file="${packages.home}/apache-tomcat-5.5.25-compat.zip"/> 
    51  
    5249                <antcall target="prepare-axis"/> 
    53                 <delete file="${packages.home}/axis-bin-1_2_1.zip"/> 
    5450 
    5551                <!-- delete old axis dir --> 
     
    5854                <mkdir dir="${web.home}/logs"/> 
    5955                <antcall target="prepare-ant"/> 
    60                 <delete file="${packages.home}/apache-ant-1.7.0-bin.zip"/> 
    6156                <antcall target="prepare-collections"/> 
    6257 
    6358                <!-- get good XML-Parser - does this work? --> 
    6459                <antcall target="get-xml-parser"/> 
     60 
     61                <delete file="${packages.home}/*.zip"/> 
    6562 
    6663                <!-- documented collections --> 
  • 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 -->