Ignore:
Timestamp:
2008-12-02T16:17:30+13:00 (15 years ago)
Author:
oranfry
Message:

right files to right place with right permissions in binary and source zips and binary installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r18003 r18005  
    5151        <!-- delete loose files -->
    5252        <delete>
    53             <fileset dir="${binzip.dir}" includes="README*.txt,Uninstall.sh,uninst.jar" excludes="READMEen.txt"/>
     53            <fileset
     54                dir="${binzip.dir}"
     55                includes="README*.txt,Uninstall.sh,uninst.jar,acconfig.h,aclocal.m4,config.guess,config.sub,configtest.pl,configure,configure.in,install-sh,Makefile.in,micotest.cpp"
     56                excludes="READMEen.txt"/>
    5457        </delete>
    5558
     
    7679                <include name="README*.txt"/>
    7780                <exclude name="READMEen.txt"/>
    78                 <include name="Uninstaller.bat"/>
    79                 <include name="uninst.bat"/>
    80                 <include name="uninst.jar"/>
     81                <include name="Uninstaller.bat,uninst.bat,uninst.jar,win32.mak,win32cfg.h"/>
    8182            </fileset>
    8283        </delete>
     
    8485
    8586</project>
     87   
Note: See TracChangeset for help on using the changeset viewer.