Changeset 17424


Ignore:
Timestamp:
2008-10-01T12:14:27+13:00 (16 years ago)
Author:
oranfry
Message:

insert-uninstaller target now also inserts the appropriate bat or shell companion script

Location:
release-kits/shared
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r17421 r17424  
    113113    <target name="insert-uninstaller">
    114114        <copy file="gsdl/uninstaller/uninst.jar" todir="distributions/web" />
     115        <copy file="${rk.home}/uninstaller/Uninstall.${script-format}" todir="distributions/web" />
    115116    </target>
    116117
  • release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r17421 r17424  
    145145    <target name="insert-uninstaller">
    146146        <copy file="greenstone3/uninstaller/uninst.jar" todir="distribution/greenstone3" />
     147        <copy file="${rk.home}/uninstaller/Uninstall.${script-format}" todir="distribution/greenstone3" />
    147148    </target>
    148149
Note: See TracChangeset for help on using the changeset viewer.