Ignore:
Timestamp:
2010-10-28T10:14:17+13:00 (14 years ago)
Author:
sjm84
Message:

A few minor updates to the uninstaller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/shared.xml

    r23210 r23242  
    381381        <mkdir dir="components"/>
    382382     
    383         <pstf dir="compiled" outfile="compiled/uninstall/${component}.uninstall">
     383        <!-- the PatternSet To File task takes one or more patternsets and outputs to a file all of the files it includes -->
     384        <pstf dir="compiled" outfile="compiled/uninstall/${component}.uninstall" toplevelonly="true">
    384385            <patternset refid="greenstone${version.major}.${component}.component"/>
    385386        </pstf>
Note: See TracChangeset for help on using the changeset viewer.