Changeset 18008


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

little fixes to catch every file

Location:
release-kits
Files:
4 edited

Legend:

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

    r18007 r18008  
    5757                <exclude name="Makefile.in"/>
    5858                <exclude name="micotest.cpp"/>
     59                <exclude name="config.h.in"/>
    5960
    6061                <exclude name="README*.txt"/>
     
    8081        </exec>
    8182        <exec dir="distributions/web" executable="cp">
    82             <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"/>
     83            <arg line="acconfig.h aclocal.m4 config.guess config.sub configtest.pl configure configure.in install-sh Makefile.in micotest.cpp config.h.in ${basedir}/components/tmp/sourcecode"/>
    8384        </exec>
    8485               
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r18005 r18008  
    9494    <target name="remove-unneeded-files">
    9595        <delete file="${basedir}/distributions/web/gli/.greenstonestore" />
    96         <delete><fileset dir="${basedir}/distributions/web" includes="win32.mak,WIN32cfg.h,Install.sh"/></delete>
     96        <delete><fileset dir="${basedir}/distributions/web" includes="win32.mak,win32cfg.h,Install.sh"/></delete>
    9797        <delete file="${basedir}/distributions/web/bin/java/SignedGatherer.jar" />
    9898        <delete><fileset dir="${basedir}/distributions/web/gli" includes="*.bat"/></delete>
  • release-kits/mark2/ant-scripts/create-components.xml

    r18007 r18008  
    7070                <exclude name="Makefile.in"/>
    7171                <exclude name="micotest.cpp"/>
     72                <exclude name="config.h.in"/>
    7273
    7374                <exclude name="README*.txt"/>
     
    9495        </exec>
    9596        <exec dir="distributions/web" executable="cp">
    96             <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"/>
     97            <arg line="acconfig.h aclocal.m4 config.guess config.sub configtest.pl configure configure.in install-sh Makefile.in micotest.cpp config.h.in ${basedir}/components/tmp/sourcecode"/>
    9798        </exec>
    9899               
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r18005 r18008  
    5353            <fileset
    5454                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"
     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,config.h.in"
    5656                excludes="READMEen.txt"/>
    5757        </delete>
Note: See TracChangeset for help on using the changeset viewer.