Changeset 17576 for release-kits/mark2


Ignore:
Timestamp:
2008-10-23T10:57:32+13:00 (16 years ago)
Author:
oranfry
Message:

more HCI changes to the installer: an animated activity indicator during install, better target names for the greenstone2 installers

Location:
release-kits/mark2/installer
Files:
2 edited

Legend:

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

    r17538 r17576  
    4646
    4747        <target
    48             target="install-core-components"
     48            target="Installing Core System"
    4949            diskRequirement="@component.size.core@"
    5050            defaultValue="true"
     
    5353
    5454        <target
    55             target="install-source-code"
     55            target="Installing Source Code"
    5656            diskRequirement="@component.size.sourcecode@"
    5757            defaultValue="false"
     
    6565    </page>
    6666
    67     <page type="progress" name="progress" showTargets="false" target="cleanuptarget" displayText=""></page>
     67    <page type="progress" name="progress" showTargets="false" displayText=""></page>
    6868
    6969</installer>
  • release-kits/mark2/installer/build.xml

    r17470 r17576  
    2323
    2424
    25     <target name="install-core-components" depends="">
     25    <target name="Installing Core System" depends="">
    2626
    2727        <echo>basedir: ${basedir}</echo>
     
    111111
    112112    <!-- Source -->
    113     <target name="install-source-code" depends="">
     113    <target name="Installing Source Code" depends="">
    114114        <echo message="Installing Source Code"/>
    115115        <unzip src="${antinstaller.jar}" dest="${installDir}">
     
    123123    </target>
    124124
    125     <target name="cleanuptarget"></target>
    126    
    127 
    128125</project>
Note: See TracChangeset for help on using the changeset viewer.