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:
4 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/ant-scripts/build.xml

    r16815 r17257  
    1818    <import file="shared-ant-scripts/init.xml"/>
    1919    <import file="shared-ant-scripts/operations-on-gli.xml"/>
     20    <import file="shared-ant-scripts/global-targets.xml"/>
    2021    <import file="../greenstone2/ant-scripts/rk2-targets.xml"/>
    2122    <import file="compile.xml"/>
  • release-kits/lirk2/ant-scripts/compile.xml

    r16739 r17257  
    1818        <antcall target="copy-library-oai"/>
    1919        <antcall target="strip-execs"/>
     20
     21        <!-- uninstaller -->
     22        <antcall target="compile-uninstaller" /> <!-- from global-targets -->
    2023
    2124        <!-- build collections -->
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r16739 r17257  
    99        <antcall target="drop-in-demo-collection" />
    1010        <antcall target="drop-in-docs" />
     11        <antcall target="insert-uninstaller"/> <!-- from rk2-targets -->
    1112        <antcall target="compile-gli" />
    1213        <antcall target="tweak-files" />
Note: See TracChangeset for help on using the changeset viewer.