mirror of https://github.com/apache/ant-ivy
FIX: [originalname] not expanded during retrieve when module descriptor contains extra attributes (IVY-1096)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@786310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2d5b2326b2
commit
c52bbc90fb
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue