source: release-kits/lirk2/ant-scripts/build.xml@ 15980

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

have lirk2 get the linux general stuff

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="lirk2-build" default="lirk2">
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="lirk2" 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.