source: main/trunk/release-kits/build.xml@ 21523

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

moving release kit compile script to top-level

File size: 395 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
13</project>
14
Note: See TracBrowser for help on using the repository browser.