Ignore:
Timestamp:
2008-11-05T16:41:06+13:00 (15 years ago)
Author:
oranfry
Message:

create a compressed zipfile of the sourcecode component, for download

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/create-components.xml

    r17659 r17712  
    9393        </copy>
    9494               
    95         <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" includes="**/*"/>
     95        <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false"/>
     96        <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/>
    9697    </target>
    9798       
Note: See TracChangeset for help on using the changeset viewer.