Ignore:
Timestamp:
2008-10-24T11:00:08+13:00 (15 years ago)
Author:
oranfry
Message:

untested changes to exclude sourcecode from the binary release, use nicer target names and icons

File:
1 edited

Legend:

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

    r17477 r17597  
    3232    <available file="${installDir}\installation.properties" property="is.overinstall"/>
    3333
    34     <target name="load-previous-props" if="is.overinstall">
    35         <property file="${installDir}\installation.properties"/>
    36     </target>
    37    
    38     <target name="install-core-components" depends="load-previous-props">
     34    <target name="Looking For Previous Installation" if="is.overinstall">
     35        <property file="${installDir}\etc\installation.properties"/>
     36    </target>
     37   
     38    <target name="Installing Core System">
    3939
    4040        <!-- figure out the start menu path (if not already set from previous installation) -->
     
    111111
    112112    <!-- Source -->
    113     <target name="install-source-code">
     113    <target name="Installing Source Code">
    114114        <echo message="Installing Source Code (src)"/>
    115115        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="sourcecode.lzma"/></patternset></unzip>
     
    120120    </target>
    121121
    122     <target name="install-tomcat">
     122    <target name="Installing Tomcat">
    123123       
    124124        <echo message="Installing Apache Tomcat"/>
     
    136136    </target>
    137137
    138     <target name="install-ant">
     138    <target name="Installing Ant">
    139139        <echo message="Installing Apache Ant"/>
    140140        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="ant.lzma"/></patternset></unzip>
     
    145145    </target>
    146146
    147     <target name="install-imagemagick">
     147    <target name="Installing ImageMagick">
    148148        <echo message="Installing ImageMagick"/>
    149149        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="imagemagick.lzma"/></patternset></unzip>
     
    154154    </target>
    155155
    156     <target name="install-ghostscript">
     156    <target name="Installing Ghostscript">
    157157        <echo message="Installing GhostScript"/>
    158158        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="ghostscript.lzma"/></patternset></unzip>
     
    163163    </target>
    164164   
    165     <target name="cleanuptarget">
    166     </target>
    167    
    168     <target name="install-start-menu-shortcuts">
     165    <target name="Installing Start Menu Shortcuts">
    169166
    170167        <mkdir dir="${startmenu.path}\Documentation"/>
Note: See TracChangeset for help on using the changeset viewer.