Ignore:
Timestamp:
2013-11-28T17:49:20+13:00 (10 years ago)
Author:
ak19
Message:

jts21 - Removed unused installer targets and variables, renamed some java variables, made installing a JRE an optional installation component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/kits/rke/installer/antinstall-config.xml

    r28710 r28717  
    6666        <comment name="choose-components"/>
    6767
    68         <!-- if linux|windows -->
    69         <target
    70             target="Initialising"
    71             diskRequirement="x"
    72             defaultValue="true"
    73             displayText="x"
    74             force="true"
    75             hidden="true"/>
    76         <!-- /if -->
    77 
    7868        <target
    7969            target="Installing Core System"
     
    8373            force="true"/>
    8474
    85         <!--
     75        <!-- if linux|windows -->
    8676        <target
    87                 target="Installing Apache Web Server"
    88             diskRequirement="@component.size.httpd@"
     77            target="Installing Java Runtime"
     78            diskRequirement="@component.size.java@"
    8979            displayText=""
    9080            defaultValue="true"/>
    91 
    92         <target
    93             target="Installing ImageMagick"
    94             diskRequirement="@component.size.imagemagick@"
    95             defaultValue="true"
    96             displayText=""/>
    97         -->
    98 
    99         <!-- if windows|mac -->
    100         <target
    101             target="Installing Ghostscript"
    102             diskRequirement="@component.size.ghostscript@"
    103             defaultValue="true"
    104             displayText=""/>
    10581        <!-- /if -->
    106 
    107 
    108         <!-- start cdrom -->
    109         <!-- the size of this component has to be maintained manually as we can't
    110             know at compile time how big the documented examples are -->
    111         <!--
    112         <target
    113             target="Installing Documented Examples"
    114             diskRequirement="108 MB"
    115             defaultValue="true"
    116             displayText=""/>
    117         -->
    118         <!-- end cdrom -->
    11982
    12083        <!-- if windows -->
     
    12891    </page>
    12992
    130     <!-- page to ask if we should enable admin pages -->
    131     <!--
    132     <page type="input" name="admin-pages" displayText="">
    133         <comment name="admin-expl"/>
    134         <comment name="admin-expl-2"/>
    135         <comment name="admin-expl-3"/>
    136         <checkbox property="enable.admin.pages" displayText="" defaultValue="false"/>
    137     </page>
    138     -->
    139 
    140     <!-- only if they said yes above, set a password -->
    141     <!--
    142     <page type="input" name="admin-password" displayText="" ifProperty="(${enable.admin.pages}==true)" target="Configuring Administration Pages">
    143         <comment name="admin-password-expl"/>
    144         <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>
    145     </page>
    146     -->
    147 
    14893    <!-- progress page -->
    14994    <page type="progress" name="progress" showTargets="true" displayText=""/>
Note: See TracChangeset for help on using the changeset viewer.