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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/installer/build.xml

    r17478 r17576  
    3333    </target>
    3434
    35     <target name="install-core-components" depends="load-previous-props">
     35    <target name="Installing Core System" depends="load-previous-props">
    3636
    3737        <!-- figure out the start menu path (if not already set from previous installation) -->
     
    105105
    106106    <!-- Source -->
    107     <target name="install-source-code" depends="">
     107    <target name="Installing Source Code">
    108108        <echo message="Installing Source Code"/>
    109109        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="sourcecode.lzma"/></patternset></unzip>
     
    115115    </target>
    116116
    117     <target name="install-imagemagick">
     117    <target name="Install ImageMagick">
    118118        <echo message="Installing ImageMagick"/>
    119119        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="imagemagick.lzma"/></patternset></unzip>
     
    125125    </target>
    126126
    127     <target name="install-ghostscript">
     127    <target name="Installing Ghostscript">
    128128        <echo message="Installing GhostScript"/>
    129129        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="ghostscript.lzma"/></patternset></unzip>
     
    136136   
    137137    <!-- Start menu shortcuts -->
    138     <target name="install-start-menu-shortcuts">
     138    <target name="Installing Start Menu Shortcuts">
    139139
    140140        <mkdir dir="${startmenu.path}\Documentation"/>
     
    181181    </target>
    182182
    183     <target name="cleanuptarget"></target>
    184    
    185 
    186183</project>
Note: See TracChangeset for help on using the changeset viewer.