Changeset 17973 for release-kits/sork2


Ignore:
Timestamp:
2008-11-28T13:58:14+13:00 (15 years ago)
Author:
oranfry
Message:

do tarring with the system tar command rather than the ant task

File:
1 edited

Legend:

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

    r17972 r17973  
    5050        <mkdir dir="products"/>
    5151        <zip destfile="products/Greenstone-${version}-source.zip" basedir="distributions" includes="Greenstone-${version}-source/**/*"/>
    52         <tar destfile="products/Greenstone-${version}-source.tar.gz" basedir="distributions" includes="Greenstone-${version}-source/**/*" compression="gzip" longfile="gnu"/>
     52        <exec dir="distributions" executable="tar">
     53            <arg line="-czf ../products/Greenstone-${version}-source.tar.gz Greenstone-${version}-source"/>
     54        </exec>
    5355    </target>
    5456
Note: See TracChangeset for help on using the changeset viewer.