Ignore:
Timestamp:
2008-08-29T16:24:07+12:00 (16 years ago)
Author:
oranfry
Message:

changed build scripts and create-installer targets after the greenstone ant tasks were moved. also, greenstone2 installer now creates admin and demo users at install

File:
1 edited

Legend:

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

    r17039 r17107  
    3535        <comment name="choose-components"/>
    3636
    37         <target target="install-core-components"    diskRequirement="@component.size.core@"             displayText="" defaultValue="true" force="true" />
     37        <target target="install-core-components"    diskRequirement="@component.size.core@"         displayText="" defaultValue="true" force="true" />
    3838        <target target="install-java"               diskRequirement="@component.size.linux-java@"   displayText="" defaultValue="true" /> <!-- bundled java only -->
    3939        <target target="install-source-code"        diskRequirement="@component.size.sourcecode@"   defaultValue="false" displayText="" />
     
    4141    </page>
    4242
     43    <page type="input" name="admin-password" displayText="">
     44        <comment name="admin-password-expl"/>
     45        <text property="admin.password" defaultValue="" displayText=""/>
     46    </page>
     47
    4348    <page type="progress" name="progress" showTargets="false" target="cleanuptarget" displayText=""></page>
    4449
Note: See TracChangeset for help on using the changeset viewer.