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

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

arranging the shared folder into meaningful subfolders

File size: 258 bytes
Line 
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.