Changeset 18049 for release-kits/mark2


Ignore:
Timestamp:
2008-12-04T09:51:26+13:00 (15 years ago)
Author:
oranfry
Message:

kept Support.htm out of all distributions, and moved Install.txt from core component to sourcecode component

Location:
release-kits/mark2/ant-scripts
Files:
2 edited

Legend:

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

    r18008 r18049  
    7171                <exclude name="micotest.cpp"/>
    7272                <exclude name="config.h.in"/>
     73                <exclude name="Install.txt"/>
    7374
    7475                <exclude name="README*.txt"/>
     
    9596        </exec>
    9697        <exec dir="distributions/web" executable="cp">
    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"/>
     98            <arg line="acconfig.h aclocal.m4 config.guess config.sub configtest.pl configure configure.in install-sh Makefile.in micotest.cpp config.h.in Install.txt ${basedir}/components/tmp/sourcecode"/>
    9899        </exec>
    99100               
  • release-kits/mark2/ant-scripts/create-distribution.xml

    r18009 r18049  
    101101    <target name="remove-unneeded-files">
    102102        <delete file="${basedir}/distributions/web/gli/.greenstonestore" />
    103         <delete><fileset dir="${basedir}/distributions/web" includes="win32.mak,win32cfg.h,Install.sh"/></delete>
     103        <delete><fileset dir="${basedir}/distributions/web" includes="win32.mak,win32cfg.h,Install.sh,Support.htm"/></delete>
    104104        <delete><fileset dir="${basedir}/distributions/web/gli" includes="*.bat"/></delete>
    105105        <delete><fileset dir="${basedir}/distributions/web" includes="*.bat"/></delete>
Note: See TracChangeset for help on using the changeset viewer.