Changeset 17576 for release-kits/lirk2


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/lirk2/installer
Files:
2 edited

Legend:

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

    r17535 r17576  
    4646
    4747        <target
    48             target="install-core-components"
     48            target="Installing Core System"
    4949            diskRequirement="@component.size.core@"
    5050            displayText=""
     
    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="true" target="cleanuptarget" displayText=""></page>
     67    <page type="progress" name="progress" showTargets="true" displayText=""></page>
    6868
    6969</installer>
  • release-kits/lirk2/installer/build.xml

    r17470 r17576  
    2323
    2424
    25     <target name="install-core-components" depends="">
     25    <!-- core system -->
     26    <target name="Installing Core System">
    2627
    2728        <echo>basedir: ${basedir}</echo>
     
    105106    </target>
    106107
    107     <!-- Source -->
    108     <target name="install-source-code" depends="">
     108    <!-- source code -->
     109    <target name="Installing Source Code">
    109110        <echo>Installing Source Code</echo>
    110111        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="sourcecode.lzma"/></patternset></unzip>
     
    115116    </target>
    116117
    117     <target name="cleanuptarget"></target>
    118    
    119 
    120118</project>
Note: See TracChangeset for help on using the changeset viewer.