Ignore:
Timestamp:
2008-12-02T18:11:36+13:00 (15 years ago)
Author:
oranfry
Message:

source and binary zip release tweaks

File:
1 edited

Legend:

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

    r17956 r18014  
    5555                    <exclude name="build-src/**/*"/>
    5656                   
     57                    <!-- exclude buildfiles -->
     58                    <exclude name="win32.mak"/>
     59                    <exclude name="win32cfg.h"/>
     60                    <exclude name="makegs2.bat"/>
     61                   
     62                    <!-- exclude all readmes but the english one -->
     63                    <exclude name="READMEfr.txt"/>
     64                    <exclude name="READMEes.txt"/>
     65                    <exclude name="READMEru.txt"/>
     66                    <exclude name="READMEar.txt"/>
     67                   
     68                                       
    5769                </fileset>
    5870        </copy>
     
    116128                    <include name="build-src/**/*"/>
    117129                    <include name="win32.mak"/>
     130                    <include name="win32cfg.h"/>
     131                    <include name="makegs2.bat"/>
    118132                </fileset>
    119133        </copy>
Note: See TracChangeset for help on using the changeset viewer.