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

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

changes to wirk3 for the 3.04 release

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