Ignore:
Timestamp:
2008-10-01T16:49:25+13:00 (16 years ago)
Author:
oranfry
Message:

changes to the way binaries are stored in the cgi-bin and bin/(os) directories

File:
1 edited

Legend:

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

    r17428 r17437  
    4444               
    4545                    <!-- exclude imagemagick -->
    46                     <exclude name="bin/windows/imagemagick/**/*"/>
     46                    <exclude name="bin/windows/imagemagick"/>
    4747
    4848                    <!-- exclude ghostscript -->
    49                     <exclude name="bin/windows/ghostscript/**/*"/>
     49                    <exclude name="bin/windows/ghostscript"/>
    5050
    5151                    <!-- exclude sourcecode -->
    52                     <exclude name="common-src/**/*"/>
    53                     <exclude name="runtime-src/**/*"/>
    54                     <exclude name="build-src/**/*"/>
     52                    <exclude name="common-src"/>
     53                    <exclude name="runtime-src"/>
     54                    <exclude name="build-src"/>
    5555                   
    5656                </fileset>
Note: See TracChangeset for help on using the changeset viewer.