Ignore:
Timestamp:
2011-03-24T11:21:42+13:00 (13 years ago)
Author:
sjm84
Message:

Several changes to integrate FLAX release building as an option in the release kits

File:
1 edited

Legend:

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

    r23493 r23811  
    130130        </rsr>
    131131
     132        <!-- If this is a FLAX installer then we need to change a few things -->
     133        <if><bool><equals arg1="${forward.install.flax}" arg2="true"/></bool>
     134            <dcff file="installer/build.xml" startTag="&lt;!-- NO FLAX START --&gt;" endTag="&lt;!-- NO FLAX END --&gt;" />
     135        <else>
     136            <dcff file="installer/build.xml" startTag="&lt;!-- FLAX START --&gt;" endTag="&lt;!-- FLAX END --&gt;" />
     137        </else>
     138        </if>
     139
    132140        <!-- EXT -->
    133141        <if><bool><equals arg1="${amp.enabled}" arg2="true"/></bool>
Note: See TracChangeset for help on using the changeset viewer.