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:
4 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" />
Note: See TracChangeset for help on using the changeset viewer.