Ignore:
Timestamp:
2010-01-26T14:44:30+13:00 (14 years ago)
Author:
oranfry
Message:

tidy up for greenstone3, and made wrap shared

File:
1 edited

Legend:

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

    r21311 r21630  
    22<project name="rk3-create-components">
    33
    4     <import file="${basedir}/distributions/web/resources/xml/components.xml"/>
     4    <import file="${basedir}/compiled/resources/xml/components.xml"/>
    55    <import file="${rk.home}/core/ant-scripts/init.xml"/>
    6 
    7     <!-- create components from the distributions folder -->
    86
    97    <target name="create-components">
    108
    11         <antcall target="prepare-component"><param name="component" value="core"/></antcall>
    12         <antcall target="compress-component"><param name="component" value="core"/></antcall>
     9        <!-- core -->
     10        <antcall target="create-component"><param name="component" value="core"/></antcall>
    1311
    14         <antcall target="prepare-component"><param name="component" value="tomcat"/></antcall>
    15         <antcall target="compress-component"><param name="component" value="tomcat"/></antcall>
     12        <!-- tomcat -->
     13        <antcall target="create-component"><param name="component" value="tomcat"/></antcall>
    1614
    17         <antcall target="prepare-component"><param name="component" value="imagemagick"/></antcall>
    18         <antcall target="compress-component"><param name="component" value="imagemagick"/></antcall>
     15        <!-- imageagick -->
     16        <antcall target="create-component"><param name="component" value="imagemagick"/></antcall>
    1917
    20         <!-- windows and mac only -->
     18        <!-- (windows and mac only) -->
    2119        <if><bool><or><equals arg1="${rk.os}" arg2="windows"/><equals arg1="${rk.os}" arg2="mac"/></or></bool>
    22             <antcall target="prepare-component"><param name="component" value="ghostscript"/></antcall>
    23             <antcall target="compress-component"><param name="component" value="ghostscript"/></antcall>
     20            <!-- ghostscript -->
     21            <antcall target="create-component"><param name="component" value="ghostscript"/></antcall>
    2422        </if>
    2523
Note: See TracChangeset for help on using the changeset viewer.