Ignore:
Timestamp:
2009-08-03T12:43:35+12:00 (15 years ago)
Author:
oranfry
Message:

fix-ups after last commit

File:
1 edited

Legend:

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

    r20112 r20113  
    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"/>
    3332
    3433    <!-- TARGET TO PERFORM ADDITIONAL PRECONDITION CHECKS -->
    35     <target name="mark3-init">
     34    <target name="mark3-init" depends="init">
    3635        <if>
    3736            <bool>
     
    5049
    5150    <!-- THE MAIN TARGET -->
    52     <target name="mark3" depends="init,mark3-init">
     51    <target name="mark3" depends="init,gs3-init,mark3-init">
    5352        <antcall target="compile"/>
    5453        <antcall target="create-distribution"/>
Note: See TracChangeset for help on using the changeset viewer.