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/wirk3/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/compile.xml

    r17255 r17257  
    1515            <property name="branch.revision" value="${branch.revision}"/>
    1616        </ant>
    17         <antcall target="compile-uninstaller"/>
     17        <antcall target="compile-uninstaller" /> <!-- from global-targets -->
    1818        <antcall target="prepare-documentation" />
    1919    </target>
  • release-kits/wirk3/ant-scripts/create-distribution.xml

    r17255 r17257  
    2424        <antcall target="insert-user-manual"/>
    2525        <antcall target="insert-compiled-binaries"/>
    26         <antcall target="insert-uninstaller"/>
     26        <antcall target="insert-uninstaller"/> <!-- from rk3-targets -->
    2727        <antcall target="rename-build-xml-for-transit"/>
    2828    </target>
Note: See TracChangeset for help on using the changeset viewer.