source: release-kits/shared/core/build.xml@ 19007

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

correction to the ant script which compiles the core

File size: 250 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 </target>
9
10</project>
11
Note: See TracBrowser for help on using the repository browser.