Ignore:
Timestamp:
2009-05-25T15:30:41+12:00 (15 years ago)
Author:
oranfry
Message:

separating out cdrom code for linux and mac too

File:
1 edited

Legend:

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

    r19537 r19592  
    88        <antcall target="prepare-components" />
    99        <antcall target="compress-components" />
    10         <antcall target="produce-cd-components"/>
    1110    </target>
    1211
     
    6665    </target>
    6766
    68     <!--
    69         cd components
    70         produce components for cdrom distributions, to be picked up and used by cdrk2 release kit
    71         split components into linux only files (linux) and general files (all)
    72     -->
    73     <target name="produce-cd-components">
    74         <delete dir="components/tmp/cdrom"/>
    75         <mkdir dir="components/tmp/cdrom"/>
    76 
    77         <!-- core -->
    78         <mkdir dir="components/tmp/cdrom/core/all"/>
    79         <mkdir dir="components/tmp/cdrom/core/linux"/>
    80         <copy todir="components/tmp/cdrom/core/all" overwrite="true">
    81             <fileset dir="components/tmp/core"/>
    82         </copy>
    83         <move todir="components/tmp/cdrom/core/linux" overwrite="true">
    84             <fileset dir="components/tmp/cdrom/core/all">
    85                 <include name="bin/linux"/>
    86                 <include name="bin/linux/**/*"/>
    87                 <include name="bin/windows"/>
    88                 <include name="bin/windows/**/*"/>
    89                 <include name="apache-httpd/linux"/>
    90                 <include name="apache-httpd/linux/**/*"/>
    91                 <include name="*.sh"/>
    92                 <include name="*.csh"/>
    93                 <include name="*.bash"/>
    94             </fileset>
    95         </move>
    96 
    97         <!-- imagemagick (completely linux specific) -->
    98         <mkdir dir="components/tmp/cdrom/imagemagick/linux"/>
    99         <copy todir="components/tmp/cdrom/imagemagick/linux" overwrite="true">
    100             <fileset dir="components/tmp/imagemagick"/>
    101         </copy>
    102        
    103     </target>
    104 
    10567</project>
Note: See TracChangeset for help on using the changeset viewer.