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

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

changes to wirk3 comparable to the ones just done on lirk3

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