Changeset 17257 for release-kits/mark3


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

Legend:

Unmodified
Added
Removed
  • release-kits/mark3

    • Property svn:externals
      •  

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

    r16772 r17257  
    2626    <import file="shared-ant-scripts/init.xml"/>
    2727    <import file="shared-ant-scripts/operations-on-gli.xml"/>
     28    <import file="shared-ant-scripts/global-targets.xml"/>
    2829    <import file="../greenstone3/ant-scripts/rk3-targets.xml"/>
    2930    <import file="compile.xml"/>
  • release-kits/mark3/ant-scripts/compile.xml

    r17078 r17257  
    2323        <antcall target="linux-strip-execs" />
    2424        <antcall target="compile-search4j" /> <!-- from rk3-targets -->
     25
     26        <!-- uninstaller -->
     27        <antcall target="compile-uninstaller" /> <!-- from global-targets -->
    2528
    2629        <!-- documentation -->
  • release-kits/mark3/ant-scripts/create-distribution.xml

    r17078 r17257  
    2626        <antcall target="insert-user-manual"/>
    2727        <antcall target="insert-compiled-binaries"/>
     28        <antcall target="insert-uninstaller"/> <!-- from rk3-targets -->
    2829        <antcall target="rename-build-xml-for-transit"/>
    2930    </target>
  • release-kits/mark3/installer/build.xml

    r17107 r17257  
    5151                <include name="README.txt"/>
    5252                <include name="server.jar"/>
     53                <include name="Uninstall.jar"/>
    5354            </patternset>
    5455
     
    9394        <delete dir="${installDir}/resources/icons"/>
    9495        <delete file="${installDir}/resources/*.png"/>
     96
     97        <echo>Creating installation properties file</echo>
     98        <echo file="${installDir}/installation.properties">#this file is just a placeholder for now</echo>
    9599
    96100        <echo message="Finished"/>
Note: See TracChangeset for help on using the changeset viewer.