Ignore:
Timestamp:
2009-05-22T16:22:53+12:00 (15 years ago)
Author:
oranfry
Message:

setup.sh is not reserved after all, it was just that another setup.sh was on the path meaning 'source setup.sh' ran that one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/sork2/ant-scripts/build.xml

    r19459 r19566  
    6464    <target name="create-archives">
    6565        <mkdir dir="products"/>
     66        <delete file="products/Greenstone-${version}-source-distribution.zip"/>
     67        <zip destfile="products/Greenstone-${version}-source-distribution.zip"  basedir="distributions" includes="Greenstone-${version}-source-distribution/**/*"/>
    6668        <exec dir="distributions" executable="tar">
    6769            <arg line="-czf ../products/Greenstone-${version}-source-distribution.tar.gz Greenstone-${version}-source-distribution"/>
     
    121123        <delete file="distributions/Greenstone-${version}-source-component/common-src/packages/sqlite/sqlite-amalgamation-3.5.9.tar.gz"/>
    122124
    123         <!-- tar it up -->
     125        <!-- archive it -->
     126        <delete file="products/Greenstone-${version}-source-component.zip"/>
     127        <zip destfile="products/Greenstone-${version}-source-component.zip"  basedir="distributions" includes="Greenstone-${version}-source-component/**/*"/>
    124128        <exec dir="distributions" executable="tar">
    125129            <arg line="-czf ../products/Greenstone-${version}-source-component.tar.gz Greenstone-${version}-source-component"/>
Note: See TracChangeset for help on using the changeset viewer.