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

    r17660 r17712  
    8686            </fileset>
    8787        </copy>
    88         <zip destfile="components/sourcecode-core.comp" basedir="components/tmp/sourcecode-core" compress="false" includes="**/*"/>
     88        <zip destfile="components/sourcecode-core.comp" basedir="components/tmp/sourcecode-core" compress="false"/>
    8989    </target>
    9090   
     
    109109               
    110110        <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
     111        <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" />
    111112    </target>
    112113       
Note: See TracChangeset for help on using the changeset viewer.