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

added the uninstaller to all release kits

Location:
release-kits/lirk2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2

    • Property svn:externals
      •  

        old new  
        22linux http://svn.greenstone.org/release-kits/shared/linux
        33greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
         4uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
        45
  • release-kits/lirk2/installer/build.xml

    r17152 r17257  
    5555                <include name="READMEes.txt"/>
    5656                <include name="Support.htm"/>
     57                <include name="Uninstall.jar"/>
    5758            </patternset>
    5859        </unzip>
     
    107108        <delete file="${installDir}/resources/*.png"/>
    108109
     110        <echo>Creating installation properties file</echo>
     111        <echo file="${installDir}/etc/installation.properties">#this file is just a placeholder for now</echo>
     112
     113
    109114        <echo message="Finished"/>
    110115
Note: See TracChangeset for help on using the changeset viewer.