bodewig 2002/06/12 02:30:09
Modified: proposal/gump/project jython.xml
Log:
Use a different target in jython (which doesn't require a Python
installation) and work around a missing depends attribute on that target.
Revision Changes Path
1.4 +3 -2 jakarta-alexandria/proposal/gump/project/jython.xml
Index: jython.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jython.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jython.xml 2 Apr 2002 15:37:12 -0000 1.3
+++ jython.xml 12 Jun 2002 09:30:09 -0000 1.4
@@ -10,7 +10,8 @@
<cvs repository="sourceforge" host-prefix="cvs.jython" dir="jython"/>
<project name="jython">
- <ant>
+ <mkdir dir="dist" />
+ <ant target="jar">
<property name="javaccHome2" project="javacc" path="bin/lib"/>
</ant>
@@ -20,7 +21,7 @@
<option project="jakarta-servletapi"/>
<option project="jdbc"/>
- <jar name="jython.jar"/>
+ <jar name="dist/jython.jar"/>
</project>
</module>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>