Ignore:
Timestamp:
2010-01-26T12:52:31+13:00 (14 years ago)
Author:
oranfry
Message:

working on final cleanup of release-kits

File:
1 edited

Legend:

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

    r21394 r21623  
    44    <target name="create-components" depends="init,gs2-init">
    55
    6         <antcall target="prepare-component"><param name="component" value="core"/></antcall>
    7         <antcall target="compress-component"><param name="component" value="core"/></antcall>
     6        <!-- core  -->
     7        <antcall target="create-component"><param name="component" value="core"/></antcall>
    88
    9         <antcall target="prepare-component"><param name="component" value="imagemagick"/></antcall>
    10         <antcall target="compress-component"><param name="component" value="imagemagick"/></antcall>
     9        <!-- imagemagick -->
     10        <antcall target="create-component"><param name="component" value="imagemagick"/></antcall>
    1111
    1212        <!-- windows and mac only -->
    1313        <if><bool><or><equals arg1="${rk.os}" arg2="windows"/><equals arg1="${rk.os}" arg2="mac"/></or></bool>
    14             <antcall target="prepare-component"><param name="component" value="ghostscript"/></antcall>
    15             <antcall target="compress-component"><param name="component" value="ghostscript"/></antcall>
     14            <!-- ghostscript -->
     15            <antcall target="create-component"><param name="component" value="ghostscript"/></antcall>
    1616        </if>
    1717
Note: See TracChangeset for help on using the changeset viewer.