Changeset 17712 for release-kits/mark2


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/mark2/ant-scripts/create-components.xml

    r17707 r17712  
    106106        </copy>
    107107               
    108         <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" includes="**/*"/>
     108        <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
     109        <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" />
    109110    </target>
    110111
Note: See TracChangeset for help on using the changeset viewer.