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

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

changed the release kits to use the new shared code structure

File size: 239 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="lib/crypt.jar"/>
7 </ant>
8 </target>
9
10</project>
11
Note: See TracBrowser for help on using the repository browser.