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

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

first bit of work on lirk2

File size: 702 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 <!--
18 <import file="create-installer.xml"/>
19 <import file="wrap.xml"/>
20 -->
21
22 <target name="lirk2" depends="init">
23 <addressedcall target="compile"/>
24 <addressedcall target="create-distribution"/>
25 <!--
26 <addressedcall target="create-installer"/>
27 <addressedcall target="wrap"/>
28 -->
29 </target>
30
31</project>
Note: See TracBrowser for help on using the repository browser.