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

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

merging the greenstone2 release kits

File size: 842 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="rk2-create-components">
3
4 <target name="create-components">
5
6 <antcall target="prepare-component"><param name="component" value="core"/></antcall>
7 <antcall target="compress-component"><param name="component" value="core"/></antcall>
8
9 <antcall target="prepare-component"><param name="component" value="imagemagick"/></antcall>
10 <antcall target="compress-component"><param name="component" value="imagemagick"/></antcall>
11
12 <!-- windows and mac only -->
13 <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>
16 </if>
17
18 </target>
19
20</project>
Note: See TracBrowser for help on using the repository browser.