Changeset 28710


Ignore:
Timestamp:
2013-11-28T16:00:08+13:00 (10 years ago)
Author:
ak19
Message:

Expeditee team (jts21). Remove unused pages from installer, change occurances of Greenstone to Expeditee

File:
1 edited

Legend:

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

    r28695 r28710  
    3838        <!-- if linux|mac -->
    3939        <directory property="installDir"
    40             defaultValue="/usr/local/Greenstone,${env.HOME}/Greenstone"
     40            defaultValue="/usr/local/Greenstone,${env.HOME}/Expeditee"
    4141            create="true"
    4242            displayText=""
     
    4747        <!-- if windows -->
    4848        <directory property="installDir"
    49             defaultValue="C:\Program Files\Greenstone,${env.HOMEDRIVE}\${env.HOMEPATH}\Greenstone"
     49            defaultValue="C:\Program Files\Greenstone,${env.HOMEDRIVE}\${env.HOMEPATH}\Expeditee"
    5050            create="true"
    5151            displayText=""
     
    8383            force="true"/>
    8484
     85        <!--
    8586        <target
    8687                target="Installing Apache Web Server"
     
    9495            defaultValue="true"
    9596            displayText=""/>
     97        -->
    9698
    9799        <!-- if windows|mac -->
     
    107109        <!-- the size of this component has to be maintained manually as we can't
    108110            know at compile time how big the documented examples are -->
     111        <!--
    109112        <target
    110113            target="Installing Documented Examples"
     
    112115            defaultValue="true"
    113116            displayText=""/>
     117        -->
    114118        <!-- end cdrom -->
    115119
     
    125129
    126130    <!-- page to ask if we should enable admin pages -->
     131    <!--
    127132    <page type="input" name="admin-pages" displayText="">
    128133        <comment name="admin-expl"/>
     
    131136        <checkbox property="enable.admin.pages" displayText="" defaultValue="false"/>
    132137    </page>
     138    -->
    133139
    134140    <!-- only if they said yes above, set a password -->
     141    <!--
    135142    <page type="input" name="admin-password" displayText="" ifProperty="(${enable.admin.pages}==true)" target="Configuring Administration Pages">
    136143        <comment name="admin-password-expl"/>
    137144        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>
    138145    </page>
     146    -->
    139147
    140148    <!-- progress page -->
Note: See TracChangeset for help on using the changeset viewer.