Ignore:
Timestamp:
2011-01-19T14:27:14+13:00 (13 years ago)
Author:
sjm84
Message:

Various fixes and tidying up

File:
1 edited

Legend:

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

    r21648 r23612  
    88
    99        <!-- core -->
    10         <antcall target="create-component"><param name="component" value="core"/></antcall>
     10        <antcall target="create-component">
     11            <param name="component" value="core"/>
     12            <param name="ext-x64" value=""/>
     13        </antcall>
    1114
    1215        <!-- tomcat -->
    13         <antcall target="create-component"><param name="component" value="tomcat"/></antcall>
     16        <antcall target="create-component">
     17            <param name="component" value="tomcat"/>
     18            <param name="ext-x64" value=""/>
     19        </antcall>
    1420
    1521        <!-- imageagick -->
    16         <antcall target="create-component"><param name="component" value="imagemagick"/></antcall>
     22        <antcall target="create-component">
     23            <param name="component" value="imagemagick"/>
     24            <param name="ext-x64" value=""/>
     25        </antcall>
    1726
    1827        <!-- (windows and mac only) -->
    1928        <if><bool><or><equals arg1="${rk.os}" arg2="windows"/><equals arg1="${rk.os}" arg2="mac"/></or></bool>
    2029            <!-- ghostscript -->
    21             <antcall target="create-component"><param name="component" value="ghostscript"/></antcall>
     30            <antcall target="create-component">
     31                <param name="component" value="ghostscript"/>
     32                <param name="ext-x64" value=""/>
     33            </antcall>
    2234        </if>
    2335
Note: See TracChangeset for help on using the changeset viewer.