You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2011/01/23 13:39:16 UTC

svn commit: r1062413 - /gump/metadata/project/ivy.xml

Author: maartenc
Date: Sun Jan 23 12:39:16 2011
New Revision: 1062413

URL: http://svn.apache.org/viewvc?rev=1062413&view=rev
Log:
Added test dependency on xalan

Modified:
    gump/metadata/project/ivy.xml

Modified: gump/metadata/project/ivy.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ivy.xml?rev=1062413&r1=1062412&r2=1062413&view=diff
==============================================================================
--- gump/metadata/project/ivy.xml (original)
+++ gump/metadata/project/ivy.xml Sun Jan 23 12:39:16 2011
@@ -68,6 +68,7 @@
     <depend project="commons-lang"/>
     <depend project="commons-vfs" inherit="all" />
     <depend project="ant-testutil" />
+    <depend project="xalan" />
     <work nested="build/test" />
     <license name="LICENSE"/>
     <report nested="build/test-report" />