Ignore:
Timestamp:
2009-07-09T12:23:55+12:00 (15 years ago)
Author:
oranfry
Message:

use the genralised targets to create components

File:
1 edited

Legend:

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

    r19406 r19981  
    2828    <import file="compile.xml"/>
    2929    <import file="create-distribution.xml"/>
    30     <import file="create-components.xml"/>
    3130    <import file="create-installer.xml"/>
    3231    <import file="wrap.xml"/>
     
    3635        <antcall target="compile"/>
    3736        <antcall target="create-distribution"/>
    38         <antcall target="create-components"/>
     37        <ant dir="." antfile="${lirk3.home}/ant-scripts/create-components.xml" target="create-components"/>
    3938        <antcall target="create-installer"/>
    4039        <antcall target="wrap"/>
Note: See TracChangeset for help on using the changeset viewer.