source: other-projects/expeditee-release-kits/build.xml@ 30406

Last change on this file since 30406 was 28698, checked in by ak19, 10 years ago

Expeditee Team (jts21). Needed to add the release-kit build.xml to compile up release-kit including the basic jar files it uses.

File size: 732 bytes
Line 
1<?xml version="1.0"?>
2<project name="rk-compilation" default="compile">
3
4 <target name="compile">
5 <ant dir="shared/core/ant-tasks/greenstone" inheritAll="false">
6 <property name="crypt.jar" value="${basedir}/shared/core/lib/crypt.jar"/>
7 </ant>
8 <ant dir="shared/core/ant-installer" inheritAll="false">
9 <property name="antlib" value="${ant.home}/lib"/>
10 </ant>
11 </target>
12 <target name="clean">
13 <ant dir="shared/core/ant-tasks/greenstone" inheritAll="false" target="clean">
14 <property name="crypt.jar" value="${basedir}/shared/core/lib/crypt.jar"/>
15 </ant>
16 <ant dir="shared/core/ant-installer" inheritAll="false" target="clean">
17 <property name="antlib" value="${ant.home}/lib"/>
18 </ant>
19 </target>
20
21</project>
22
Note: See TracBrowser for help on using the repository browser.