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/mark2/ant-scripts/create-components.xml

    r18002 r18005  
    4949                <include name="**/*"/>
    5050
    51                 <!-- exclude sourcecode + imagemagick -->
     51                <!-- exclude sourcecode + imagemagick + build files -->
    5252                <exclude name="common-src"/>
    5353                <exclude name="common-src/**/*"/>
     
    6060                <exclude name="bin/darwin/ghostscript"/>
    6161                <exclude name="bin/darwin/ghostscript/**/*"/>
     62
     63                <exclude name="acconfig.h"/>
     64                <exclude name="aclocal.m4"/>
     65                <exclude name="config.sub"/>
     66                <exclude name="configtest.pl"/>
     67                <exclude name="configure"/>
     68                <exclude name="configure.in"/>
     69                <exclude name="install-sh"/>
     70                <exclude name="Makefile.in"/>
     71                <exclude name="micotest.cpp"/>
    6272
    6373            </fileset>
     
    7686        <mkdir dir="components/tmp/sourcecode"/>
    7787
    78         <copy todir="components/tmp/sourcecode" overwrite="true">
    79             <fileset dir="distributions/web">
    80                 <include name="common-src/**/*"/>
    81                 <include name="runtime-src/**/*"/>
    82                 <include name="build-src/**/*"/>
    83             </fileset>
    84         </copy>
     88        <exec dir="${basedir}" executable="cp">
     89            <arg line="-r distributions/web/common-src distributions/web/build-src distributions/web/runtime-src components/tmp/sourcecode"/>
     90        </exec>
     91        <exec dir="distributions/web" executable="cp">
     92            <arg line="acconfig.h aclocal.m4 config.guess config.sub configtest.pl configure configure.in install-sh Makefile.in micotest.cpp ${basedir}/components/tmp/sourcecode"/>
     93        </exec>
    8594               
    8695        <mkdir dir="products"/>
Note: See TracChangeset for help on using the changeset viewer.