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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.