Changeset 16776 for release-kits


Ignore:
Timestamp:
2008-08-14T09:10:13+12:00 (16 years ago)
Author:
oranfry
Message:

bringing wirk3 up to speed with compnent size calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/create-installer.xml

    r16748 r16776  
    33
    44    <target name="create-installer">
    5         <antcall target="calculate-component-sizes"/> <!-- from rk3-targets -->
    65        <antcall target="copy-installer-files"/>
    76        <antcall target="make-installer-files-concrete"/> <!-- from rk3-targets -->
     
    109
    1110    <target name="copy-installer-files">
     11        <echo>Getting things ready to compile the installer</echo>
    1212        <mkdir dir="${basedir}/installer/resources"/>
    1313        <copy todir="${basedir}/installer" file="${wirk3.home}/installer/antinstall-config.xml"/>
Note: See TracChangeset for help on using the changeset viewer.