Author: hibou
Date: Sun Aug 30 09:57:09 2009
New Revision: 809289
URL: http://svn.apache.org/viewvc?rev=809289&view=rev
Log:
IVYDE-188 : add some transitive dependency to the test project to reproduce the
bug
Modified:
ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml
Modified: ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml?rev=809289&r1=809288&r2=809289&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml Sun Aug 30 09:57:09 2009
@@ -26,5 +26,6 @@
<conf name="default" />
</configurations>
<dependencies>
+ <dependency org="commons-lang" name="commons-lang" rev="2.4" />
</dependencies>
</ivy-module>