bodewig 2005/06/03 06:25:53
Modified: project jython.xml
Log:
Provide some values that seem to get set too loate in the build
Revision Changes Path
1.13 +2 -0 gump/project/jython.xml
Index: jython.xml
===================================================================
RCS file: /home/cvs/gump/project/jython.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- jython.xml 6 May 2005 07:50:56 -0000 1.12
+++ jython.xml 3 Jun 2005 13:25:53 -0000 1.13
@@ -29,6 +29,8 @@
<mkdir dir="dist" />
<ant target="jar">
<property name="javaccHome2" reference="home" project="javacc"/>
+ <property name="outputDir" value="build"/>
+ <property name="distDir" value="dist"/>
</ant>
<depend project="ant" inherit="runtime"/>
|