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 2011/01/23 07:51:01 UTC

svn commit: r1062335 - /gump/metadata/project/logging-log4j-12.xml

Author: bodewig
Date: Sun Jan 23 06:51:01 2011
New Revision: 1062335

URL: http://svn.apache.org/viewvc?rev=1062335&view=rev
Log:
Xerces needs a version of DOM that includes the ElementTraversal interface

Modified:
    gump/metadata/project/logging-log4j-12.xml

Modified: gump/metadata/project/logging-log4j-12.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-12.xml?rev=1062335&r1=1062334&r2=1062335&view=diff
==============================================================================
--- gump/metadata/project/logging-log4j-12.xml (original)
+++ gump/metadata/project/logging-log4j-12.xml Sun Jan 23 06:51:01 2011
@@ -55,6 +55,7 @@
     <ant basedir="tests" target="regression" />
 
     <depend project="ant" />
+    <depend project="xml-apis" />
     <depend project="xml-xerces" />
     <!--  expectations of old package names in stack traces -->
     <depend project="junit3" />