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 2009/06/18 23:58:01 UTC

svn commit: r786310 - /ant/ivy/core/trunk/test/repositories/2/mod15.2/ivy-1.1.xml

Author: maartenc
Date: Thu Jun 18 21:58:01 2009
New Revision: 786310

URL: http://svn.apache.org/viewvc?rev=786310&view=rev
Log:
FIX: [originalname] not expanded during retrieve when module descriptor contains extra attributes (IVY-1096)

Modified:
    ant/ivy/core/trunk/test/repositories/2/mod15.2/ivy-1.1.xml

Modified: ant/ivy/core/trunk/test/repositories/2/mod15.2/ivy-1.1.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/2/mod15.2/ivy-1.1.xml?rev=786310&r1=786309&r2=786310&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/2/mod15.2/ivy-1.1.xml (original)
+++ ant/ivy/core/trunk/test/repositories/2/mod15.2/ivy-1.1.xml Thu Jun 18 21:58:01 2009
@@ -18,13 +18,13 @@
 -->
 <ivy-module version="1.0">
 	<info organisation="org15"
-	       module="mod15.4"
+	       module="mod15.2"
 	       revision="1.1"
 	       status="integration"
 	       publication="20050930110000"
 	/>
     <dependencies>
-		<dependency org="org15" name="mod15.3" rev="1.1" conf="default->default"/>
+		<dependency org="org15" name="mod15.1" rev="1.1" conf="default->default"/>
         <dependency org="org14" name="mod14.1" rev="1.1" conf="default->default" transitive="false" />
     </dependencies>
 </ivy-module>