Changeset 17712


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

Location:
release-kits
Files:
6 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       
  • 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       
  • 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
  • release-kits/mark3/ant-scripts/create-components.xml

    r17708 r17712  
    117117               
    118118        <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
     119        <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" />
    119120    </target>
    120121       
  • release-kits/wirk2/ant-scripts/create-components.xml

    r17652 r17712  
    117117               
    118118        <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
     119        <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" />
    119120    </target>
    120121       
  • release-kits/wirk3/ant-scripts/create-components.xml

    r17657 r17712  
    128128               
    129129        <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
     130        <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" />
    130131    </target>
    131132       
Note: See TracChangeset for help on using the changeset viewer.