Ignore:
Timestamp:
2008-10-24T11:00:08+13:00 (15 years ago)
Author:
oranfry
Message:

untested changes to exclude sourcecode from the binary release, use nicer target names and icons

File:
1 edited

Legend:

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

    r17538 r17597  
    4646
    4747        <target
    48             target="install-core-components"
     48            target="Looking For Previous Installation"
     49            diskRequirement="x"
     50            defaultValue="true"
     51            displayText="x"
     52            force="true"
     53            hidden="true"/>
     54
     55        <target
     56            target="Installing Core System"
    4957            diskRequirement="@component.size.core@"
    5058            defaultValue="true"
     
    5361
    5462        <target
    55             target="install-start-menu-shortcuts"
     63            target="Installing Start Menu Shortcuts"
    5664            diskRequirement="~10 KB"
    5765            defaultValue="true"
    5866            displayText=""/>       
    5967
    60         <!-- start full -->
     68        <!-- start bundled components -->
    6169        <target
    62             target="install-tomcat"
     70            target="Installing Tomcat"
    6371            diskRequirement="@component.size.tomcat@"
    6472            defaultValue="true"
     
    6674
    6775        <target
    68             target="install-ant"
     76            target="Installing Ant"
    6977            diskRequirement="@component.size.ant@"
    7078            defaultValue="true"
     
    7280
    7381        <target
    74             target="install-imagemagick"
     82            target="Installing ImageMagick"
    7583            diskRequirement="@component.size.imagemagick@"
    7684            defaultValue="true"
     
    7886           
    7987        <target
    80             target="install-ghostscript"
     88            target="Installing Ghostscript"
    8189            diskRequirement="@component.size.ghostscript@"
    8290            defaultValue="true"
    8391            displayText=""/>
     92        <!-- end bundled components -->
    8493           
     94        <!-- start sourcecode -->
    8595        <target
    86             target="install-source-code"
     96            target="Installing Source Code"
    8797            diskRequirement="@component.size.sourcecode@"
    8898            defaultValue="false"
    8999            displayText=""/>
    90         <!-- end full -->
     100        <!-- end sourcecode -->
     101
    91102    </page>
    92103
    93     <!-- start full -->
    94     <page type="input" name="tomcat-config" ifProperty="(${install-tomcat}==true)" displayText="">
     104    <page type="input" name="tomcat-config" ifProperty="(${Installing Tomcat}==true)" displayText="">
    95105
    96106        <text property="tomcat.server" defaultValue="localhost" displayText=""/>
     
    99109
    100110    </page>
    101     <!-- end full -->
    102111
    103     <page type="progress" name="progress" showTargets="false" target="cleanuptarget" displayText="">
    104     </page>
     112    <page type="progress" name="progress" showTargets="true" displayText=""/>
    105113
    106114</installer>
Note: See TracChangeset for help on using the changeset viewer.