bodewig 2005/06/07 23:55:49
Modified: project rhino.xml
Log:
rhino needs xml-apis
Revision Changes Path
1.20 +1 -0 gump/project/rhino.xml
Index: rhino.xml
===================================================================
RCS file: /home/cvs/gump/project/rhino.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rhino.xml 18 Jan 2005 08:37:35 -0000 1.19
+++ rhino.xml 8 Jun 2005 06:55:49 -0000 1.20
@@ -35,6 +35,7 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xmlbeans-v1"/>
+ <depend project="xml-apis"/>
<depend project="xml-xerces"/>
<mkdir dir="build/classes"/>
|