source: main/trunk/release-kits/shared/core/build.xml@ 21384

Last change on this file since 21384 was 21384, checked in by oranfry, 14 years ago

all the *rk2s being replaced by rk2

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