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

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

added the uninstaller to all release kits

File size: 1.0 KB
RevLine 
[14982]1<?xml version="1.0" encoding="utf-8" ?>
2<!--
3 ..........................................................
[16175]4 June 2008
[16234]5 Linux Release Kit for Greenstone2 (lirk2)
[14982]6 Oran Fry
7 ..........................................................
8-->
[16739]9
[15956]10<project name="lirk2-build" default="lirk2">
[14982]11
[16175]12 <!-- CONSTANTS -->
[14982]13
[16175]14 <!-- for the benefit of the shared scripts, set release-kit home -->
15 <property name="rk.home" value="${lirk2.home}" />
16
17 <!-- IMPORT OTHER ANT SCRIPTS -->
18 <import file="shared-ant-scripts/init.xml"/>
[16739]19 <import file="shared-ant-scripts/operations-on-gli.xml"/>
[17257]20 <import file="shared-ant-scripts/global-targets.xml"/>
[16815]21 <import file="../greenstone2/ant-scripts/rk2-targets.xml"/>
[14982]22 <import file="compile.xml"/>
23 <import file="create-distribution.xml"/>
24 <import file="create-installer.xml"/>
25 <import file="wrap.xml"/>
26
[16175]27 <!-- THE MAIN TARGET -->
[15956]28 <target name="lirk2" depends="init">
[16739]29 <antcall target="compile"/>
30 <antcall target="create-distribution"/>
31 <antcall target="create-installer"/>
32 <antcall target="wrap"/>
[14982]33 </target>
34
35</project>
Note: See TracBrowser for help on using the repository browser.