Ignore:
Timestamp:
2008-04-23T17:26:48+12:00 (16 years ago)
Author:
oranfry
Message:

some updates to make the release kit produce nicer installers

File:
1 edited

Legend:

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

    r15142 r15205  
    44-->
    55
    6 <project name="Installation" default="">
     6<project name="Installation">
    77
    88    <!-- this is required to pick up the properties generated during the install pages -->
     
    2121
    2222
    23     <target name="default" depends="">
     23    <target name="install-core-components" depends="">
    2424
    2525        <!-- create the installation directory -->
     
    134134
    135135    <!-- Source -->
    136     <target name="tgsrc" depends="">
     136    <target name="install-source-code" depends="">
    137137        <echo message="Installing Source Code (src)"/>
    138138        <mkdir dir="${installDir}/src"/>
     
    144144    </target>
    145145
    146     <target name="install-bundled-java" depends="" if="bundled.java.exists">
     146    <target name="install-java">
    147147        <echo message="Installing bundled java"/>
    148148        <copy todir="${installDir}/packages/jre">
     
    152152    </target>
    153153
    154     <target name="cleanuptarget" depends="install-bundled-java">
     154    <target name="install-tomcat">
     155        <echo message="Installing Tomcat"/>
     156    </target>
     157
     158    <target name="install-ant">
     159        <echo message="Installing Ant"/>
     160    </target>
     161
     162
     163
     164    <target name="cleanuptarget">
    155165    </target>
    156166   
Note: See TracChangeset for help on using the changeset viewer.