source: release-kits/wirk3/ant-scripts/build.xml@ 15095

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

checking in a few weeks work on wirk3

File size: 729 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="wirk3-build" default="wirk3">
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="wirk3" depends="init">
21 <echo>Local Basedir: ${basedir.local}</echo>
22
23 <addressedcall target="compile"/>
24 <addressedcall target="create-distribution"/>
25 <addressedcall target="create-installer"/>
26 <addressedcall target="wrap"/>
27 </target>
28
29</project>
Note: See TracBrowser for help on using the repository browser.