Ignore:
Timestamp:
2008-10-02T10:45:30+13:00 (16 years ago)
Author:
oranfry
Message:

corrected a typo that was making the component sizes too big

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/create-components.xml

    r17437 r17447  
    4545                    <!-- exclude imagemagick -->
    4646                    <exclude name="bin/windows/imagemagick"/>
     47                    <exclude name="bin/windows/imagemagick/"/>
     48                    <exclude name="bin/windows/imagemagick/**/*"/>
    4749
    4850                    <!-- exclude ghostscript -->
    4951                    <exclude name="bin/windows/ghostscript"/>
     52                    <exclude name="bin/windows/ghostscript/**/*"/>
    5053
    5154                    <!-- exclude sourcecode -->
    5255                    <exclude name="common-src"/>
     56                    <exclude name="common-src/**/*"/>
    5357                    <exclude name="runtime-src"/>
     58                    <exclude name="runtime-src/**/*"/>
    5459                    <exclude name="build-src"/>
     60                    <exclude name="build-src/**/*"/>
    5561                   
    5662                </fileset>
Note: See TracChangeset for help on using the changeset viewer.