source: main/trunk/release-kits/kits/rk2/ant-scripts/create-components.xml@ 21650

Last change on this file since 21650 was 21623, checked in by oranfry, 14 years ago

working on final cleanup of release-kits

File size: 648 bytes
RevLine 
[20721]1<?xml version="1.0" encoding="utf-8" ?>
2<project name="rk2-create-components">
3
[21394]4 <target name="create-components" depends="init,gs2-init">
[20721]5
[21623]6 <!-- core -->
7 <antcall target="create-component"><param name="component" value="core"/></antcall>
[20721]8
[21623]9 <!-- imagemagick -->
10 <antcall target="create-component"><param name="component" value="imagemagick"/></antcall>
[20721]11
[21311]12 <!-- windows and mac only -->
13 <if><bool><or><equals arg1="${rk.os}" arg2="windows"/><equals arg1="${rk.os}" arg2="mac"/></or></bool>
[21623]14 <!-- ghostscript -->
15 <antcall target="create-component"><param name="component" value="ghostscript"/></antcall>
[21311]16 </if>
[20721]17
18 </target>
19
20</project>
Note: See TracBrowser for help on using the repository browser.