You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/07/14 11:59:52 UTC

svn commit: r219024 - /gump/metadata/project/xml-batik.xml

Author: bodewig
Date: Thu Jul 14 02:59:51 2005
New Revision: 219024

URL: http://svn.apache.org/viewcvs?rev=219024&view=rev
Log:
Some parts of DOM3 are not part of xml-apis

Modified:
    gump/metadata/project/xml-batik.xml

Modified: gump/metadata/project/xml-batik.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/xml-batik.xml?rev=219024&r1=219023&r2=219024&view=diff
==============================================================================
--- gump/metadata/project/xml-batik.xml (original)
+++ gump/metadata/project/xml-batik.xml Thu Jul 14 02:59:51 2005
@@ -31,6 +31,7 @@
     </ant>
 
     <depend project="dist-ant" inherit="runtime"/>
+    <depend project="dom3-extensions"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     <depend project="rhino"/>
@@ -65,5 +66,9 @@
     <depend project="xml-batik"/>
     <home nested="batik-@@DATE@@"/>
     <jar name="batik-rasterizer.jar"/>
+  </project>
+
+  <project name="dom3-extensions">
+    <jar name="lib/xml-apis-dom3.jar"/>
   </project>
 </module>