You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2010/01/07 23:29:06 UTC

svn commit: r897035 - /ant/ivy/core/trunk/ivy.xml

Author: maartenc
Date: Thu Jan  7 22:29:06 2010
New Revision: 897035

URL: http://svn.apache.org/viewvc?rev=897035&view=rev
Log:
Re-added dependencies on "ant-nodeps" and "ant-trax" since they are needed to use the packager resolver.

Modified:
    ant/ivy/core/trunk/ivy.xml

Modified: ant/ivy/core/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivy.xml?rev=897035&r1=897034&r2=897035&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Thu Jan  7 22:29:06 2010
@@ -44,6 +44,8 @@
 	</publications>
 	<dependencies>
 	    <dependency org="ant" name="ant" rev="1.6.2" conf="default,ant->default"/>
+	    <dependency org="ant" name="ant-nodeps" rev="1.6.2" conf="default"/>
+        <dependency org="ant" name="ant-trax" rev="1.6.2" conf="default"/>
 		<dependency org="commons-httpclient" name="commons-httpclient" rev="3.0" conf="default,httpclient->runtime,master" />
 		<dependency org="oro" name="oro" rev="2.0.8" conf="default,oro->default"/>
 		<dependency org="commons-vfs" name="commons-vfs" rev="1.0" conf="default,vfs->default" />