Changeset 17257 for release-kits/mark2


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/mark2
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2

    • Property svn:externals
      •  

        old new  
        33greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
        44mac http://svn.greenstone.org/release-kits/shared/mac
         5uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
        56
  • release-kits/mark2/ant-scripts/build.xml

    r16911 r17257  
    2222    <import file="shared-ant-scripts/init.xml"/>
    2323    <import file="shared-ant-scripts/operations-on-gli.xml"/>
     24    <import file="shared-ant-scripts/global-targets.xml"/>
    2425    <import file="../greenstone2/ant-scripts/rk2-targets.xml"/>
    2526    <import file="compile.xml"/>
  • release-kits/mark2/ant-scripts/compile.xml

    r17077 r17257  
    1616        <antcall target="copy-library-oai"/>
    1717        <antcall target="strip-execs"/>
     18
     19        <!-- uninstaller -->
     20        <antcall target="compile-uninstaller" /> <!-- from global-targets -->
    1821
    1922        <!-- build collections -->
  • release-kits/mark2/ant-scripts/create-distribution.xml

    r17077 r17257  
    1111        <antcall target="drop-in-demo-collection" />
    1212        <antcall target="drop-in-docs" />
     13        <antcall target="insert-uninstaller"/> <!-- from rk2-targets -->
    1314        <antcall target="compile-gli" />
    1415        <antcall target="tweak-files" />
  • release-kits/mark2/installer/build.xml

    r17107 r17257  
    5858                <include name="READMEes.txt"/>
    5959                <include name="Support.htm"/>
     60                <include name="Uninstall.jar"/>
    6061            </patternset>
    6162        </unzip>
     
    9697        <delete file="${installDir}/resources/*.png"/>
    9798
     99        <echo>Creating installation properties file</echo>
     100        <echo file="${installDir}/etc/installation.properties">#this file is just a placeholder for now</echo>
     101
    98102        <echo message="Finished"/>
    99103
Note: See TracChangeset for help on using the changeset viewer.