Ignore:
Timestamp:
2008-09-25T10:39:25+12:00 (16 years ago)
Author:
oranfry
Message:

new logic for installing components as they are now individually compressed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/installer/antinstall-config.xml

    r17339 r17370  
    4646            displayText=""/>       
    4747
    48         <!-- start bundled java only -->
     48        <!-- start full -->
    4949        <target
    5050            target="install-jre"
     
    5252            defaultValue="true"
    5353            displayText=""/>
    54         <!-- end bundled java only -->
    55 
     54       
    5655        <target
    5756            target="install-tomcat"
     
    6766
    6867        <target
     68            target="install-imagemagick"
     69            diskRequirement="@component.size.imagemagick@"
     70            defaultValue="true"
     71            displayText=""/>
     72           
     73        <target
     74            target="install-ghostscript"
     75            diskRequirement="@component.size.ghostscript@"
     76            defaultValue="true"
     77            displayText=""/>
     78        <!-- end full -->
     79           
     80        <target
    6981            target="install-source-code"
    7082            diskRequirement="@component.size.sourcecode@"
     
    7486    </page>
    7587
     88    <!-- start full -->
    7689    <page type="input" name="tomcat-config" ifProperty="(${install-tomcat}==true)" displayText="">
    7790
     
    8194
    8295    </page>
     96    <!-- end full -->
    8397
    8498    <page type="progress" name="progress" showTargets="false" target="cleanuptarget" displayText="">
Note: See TracChangeset for help on using the changeset viewer.