source: release-kits/lirk3/ant-scripts/build.xml@ 15205

Last change on this file since 15205 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 678 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2
3<!--
4 ..........................................................
5 September 2007
6 Greenstone3 'release maker' script
7 Oran Fry
8 ..........................................................
9-->
10
11<project name="lirk3-build" default="lirk3">
12
13 <import file="init.xml"/>
14
15 <import file="compile.xml"/>
16 <import file="create-distribution.xml"/>
17 <import file="create-installer.xml"/>
18 <import file="wrap.xml"/>
19
20 <target name="lirk3" depends="init">
21 <addressedcall target="compile"/>
22 <addressedcall target="create-distribution"/>
23 <addressedcall target="create-installer"/>
24 <addressedcall target="wrap"/>
25 </target>
26
27</project>
Note: See TracBrowser for help on using the repository browser.