Ignore:
Timestamp:
2011-06-03T14:20:24+12:00 (13 years ago)
Author:
ak19
Message:

Changes to do with the CDROM. Sam updated the release-kit build.xml with fileset patterns to copy subdirectories and contents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/installer/build.xml

    r23612 r24113  
    103103        <copy todir="${installDir}">
    104104            <fileset dir="${orig.dir}/Software/core/all"/>
    105             <fileset dir="${orig.dir}/Software/core/${rk.os}"/><!-- /if -->
     105            <fileset dir="${orig.dir}/Software/core/${rk.os}"/>
    106106        </copy>
    107107        <!-- if windows -->
     
    196196
    197197        <!-- start cdrom -->
    198         <copy todir="${installDir}">
    199             <fileset dir="${orig.dir}/Software/apache-httpd"/>
    200             <fileset dir="${orig.dir}/Software/apache-httpd/**/*"/>
     198        <mkdir dir="${installDir}/apache-httpd" />
     199        <copy todir="${installDir}/apache-httpd">
     200            <fileset dir="${orig.dir}/Software/apache-httpd/${rk.os}"/>
    201201        </copy>
    202202        <!-- end cdrom -->
     
    226226        <!-- start cdrom -->
    227227        <copy todir="${installDir}">
    228             <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}/**/*"/>
     228            <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}"/>
    229229        </copy>
    230230        <!-- end cdrom -->
     
    253253        <!-- start cdrom -->
    254254        <copy todir="${installDir}">
    255             <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}/**/*"/>
     255            <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}"/>
    256256        </copy>
    257257        <!-- end cdrom -->
Note: See TracChangeset for help on using the changeset viewer.