You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2006/02/23 04:55:49 UTC

svn commit: r380039 - /gump/metadata/project/db-derby.xml

Author: billbarker
Date: Wed Feb 22 19:55:48 2006
New Revision: 380039

URL: http://svn.apache.org/viewcvs?rev=380039&view=rev
Log:
It seems at least split-1 needs xalan under Java 5

Modified:
    gump/metadata/project/db-derby.xml

Modified: gump/metadata/project/db-derby.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/db-derby.xml?rev=380039&r1=380038&r2=380039&view=diff
==============================================================================
--- gump/metadata/project/db-derby.xml (original)
+++ gump/metadata/project/db-derby.xml Wed Feb 22 19:55:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
-  Copyright 2005 The Apache Software Foundation
+  Copyright 2005-2006 The Apache Software Foundation
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -33,6 +33,7 @@
     <depend project="ant"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
+    <depend project="xalan" />
 
     <depend project="jakarta-servletapi-5-servlet"/>
     <depend project="jakarta-oro"/>