source: release-kits/shared/lib/build.xml@ 18970

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

the greenstone anttasks are now an svn external, and the release kit has to be compiled - this makes things easier to maintain

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