Author: bodewig
Date: Wed Oct 8 23:58:09 2008
New Revision: 703076
URL: http://svn.apache.org/viewvc?rev=703076&view=rev
Log:
xml-apis requires xerces if it lives on the bootclasspath
Modified:
gump/metadata/project/commons-proper.xml
Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=703076&r1=703075&r2=703076&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Oct 8 23:58:09 2008
@@ -837,7 +837,7 @@
<depend project="ant"/>
<depend project="junit"/>
<depend project="xml-apis"/>
- <!--depend project="xml-xerces"/-->
+ <depend project="xml-xerces"/>
<depend project="commons-logging"/>
<depend project="commons-collections"/>
<!--depend project="commons-compress"/-->
|