source: release-kits/wirk3/ant-scripts/compile.xml@ 20057

Last change on this file since 20057 was 20057, checked in by oranfry, 15 years ago

changes to wirk3 towards 3.04 release

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="wirk3-compile" default="compile">
3
4 <target name="compile">
5 <antcall target="checkout-greenstone3" />
6 <antcall target="greenstone3-set-version-numbers"><param name="greenstone3basedir" value="compiled" /></antcall>
7 <ant dir="compiled" inheritAll="false">
8 <target name="prepare"/>
9 <propertyset refid="forward.properties"/>
10 </ant>
11 <antcall target="gli-set-version-numbers"><param name="glibasedir" value="compiled/gli" /></antcall>
12 <ant dir="compiled" inheritAll="false">
13 <target name="install"/>
14 <target name="dist-tidy"/>
15 <propertyset refid="forward.properties"/>
16 </ant>
17 <antcall target="insert-windows-perl"><param name="todir" value="compiled/gs2build/bin/windows"/></antcall>
18 <antcall target="insert-xml-parser"/>
19 <antcall target="insert-ant"/>
20 <antcall target="insert-documented-examples"/>
21 <antcall target="compile-uninstaller" /> <!-- from rk3-targets -->
22 <antcall target="prepare-documentation"/> <!-- from rk3-targets -->
23 <antcall target="insert-icon"/>
24 </target>
25
26 <target name="insert-icon">
27 <copy
28 file="${wirk3.home}/greenstone3/icon/icon.ico"
29 tofile="compiled/resources/images/gs3.ico"/>
30 </target>
31
32
33</project>
Note: See TracBrowser for help on using the repository browser.