Ignore:
Timestamp:
2010-05-19T13:17:32+12:00 (14 years ago)
Author:
sjm84
Message:

windows and full-windows are now correctly separated into two different tar.gz files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/create-cdrom-components.xml

    r22093 r22116  
    178178            <tar destfile="products/cdrom-components-${version}-windows.tar.gz" compression="gzip">
    179179                <tarfileset dir="cdrom/dist">
    180                   <include name="**/*"/>
    181                   <exclude name="**/full-windows/*"/>
     180                    <include name="**/*"/>
     181                    <exclude name="**/full-windows"/>
     182                    <exclude name="**/full-windows/**/*"/>
    182183                </tarfileset>
    183184            </tar>
    184185            <tar destfile="products/cdrom-components-${version}-full-windows.tar.gz" compression="gzip">
    185186                <tarfileset dir="cdrom/dist">
    186                   <include name="**/*"/>
    187                   <exclude name="**/windows/*"/>
     187                    <include name="**/*"/>
     188                    <exclude name="**/windows"/>
     189                    <exclude name="**/windows/**/*"/>
    188190                </tarfileset>
    189191            </tar>
Note: See TracChangeset for help on using the changeset viewer.