Ignore:
Timestamp:
2008-09-11T16:58:26+12:00 (16 years ago)
Author:
oranfry
Message:

added the uninstaller to all release kits

File:
1 edited

Legend:

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

    r17244 r17257  
    1919
    2020        <!-- create the installation directory -->
    21         <echo message="Creating Installation directory"/>
     21        <echo>Creating Installation directory</echo>
    2222        <echo>basedir: ${basedir}</echo>
    2323        <echo>installDir: ${installDir}</echo>
     
    8383        <delete file="${installDir}/resources/*.png"/>
    8484
     85        <echo>Creating installation properties file</echo>
     86        <echo file="${installDir}/installation.properties">#this file is just a placeholder for now</echo>
     87
    8588        <echo>Finished</echo>
    8689
     
    9093    <target name="install-source-code" depends="">
    9194
    92         <echo>Installing Source Code<echo>
     95        <echo>Installing Source Code</echo>
    9396        <mkdir dir="${installDir}/src"/>
    9497        <unzip src="${antinstaller.jar}" dest="${installDir}">
Note: See TracChangeset for help on using the changeset viewer.