Ignore:
Timestamp:
2011-03-25T14:31:57+13:00 (13 years ago)
Author:
sjm84
Message:

More fixes to the release-kits for FLAX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/create-installer.xml

    r23811 r23816  
    133133        <if><bool><equals arg1="${forward.install.flax}" arg2="true"/></bool>
    134134            <dcff file="installer/build.xml" startTag="&lt;!-- NO FLAX START --&gt;" endTag="&lt;!-- NO FLAX END --&gt;" />
     135            <dcff file="installer/antinstall-config.xml" startTag="&lt;!-- NO FLAX START --&gt;" endTag="&lt;!-- NO FLAX END --&gt;" />
    135136        <else>
    136137            <dcff file="installer/build.xml" startTag="&lt;!-- FLAX START --&gt;" endTag="&lt;!-- FLAX END --&gt;" />
     138            <dcff file="installer/antinstall-config.xml" startTag="&lt;!-- FLAX START --&gt;" endTag="&lt;!-- FLAX END --&gt;" />
    137139        </else>
    138140        </if>
     141
     142        <!-- If we don't want GLI/GEMS -->
     143        <if><bool><equals arg1="${with.gli.and.gems}" arg2="false" /></bool>
     144            <dcff file="installer/build.xml" startTag="&lt;!-- GLI START --&gt;" endTag="&lt;!-- GLI END --&gt;" />
     145        </if>   
    139146
    140147        <!-- EXT -->
Note: See TracChangeset for help on using the changeset viewer.