Changeset 19460 for release-kits/lirk2


Ignore:
Timestamp:
2009-05-14T09:51:51+12:00 (15 years ago)
Author:
oranfry
Message:

a few little changes to stay up to date with other big changes

Location:
release-kits/lirk2/ant-scripts
Files:
2 edited

Legend:

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

    r19456 r19460  
    102102
    103103        <!-- archive the cd components -->
     104        <mkdir dir="products"/>
    104105        <tar destfile="products/cdrom-components-${version}-linux.tar.gz" basedir="components/tmp/cdrom" compression="gzip"/>
    105106       
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r18929 r19460  
    66        <antcall target="copy-compiled-to-dist"/> <!-- from init -->
    77        <antcall target="dist-clean-sourcecode"/> <!-- from rk2-targets -->
    8         <antcall target="dist-unzip-packages"/> <!-- from rk2-targets -->
    98        <antcall target="insert-export-to-cd-package"><param name="gsdl.basedir" value="distributions/web"/></antcall> <!-- from rk2-targets -->
    109        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
     
    1615        <antcall target="strip-svn-dirs"><param name="dir" value="${basedir}/distributions/web"/></antcall>
    1716        <antcall target="create-needed-empty-files"><param name="gsdl.basedir" value="distributions/web"/></antcall>
    18 
    19         <antcall target="create-binary-zip-linux"/>
    2017
    2118    </target>
Note: See TracChangeset for help on using the changeset viewer.