mirror of https://github.com/apache/ant-ivy
add a test for IVY-168, but with which I don't manage to reproduce the problem
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c14a3ee19d
commit
12f1bccb3f
|
|
@ -0,0 +1,23 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org13"
|
||||
module="mod13.1"
|
||||
status="integration"
|
||||
revision="1.0"
|
||||
/>
|
||||
<configurations>
|
||||
<conf name="j2ee" />
|
||||
<conf name="compile" />
|
||||
<conf name="runtime" extends="compile" />
|
||||
<conf name="test" extends="runtime" />
|
||||
<conf name="war" extends="runtime" />
|
||||
<conf name="tgz" />
|
||||
<conf name="provided" extends="compile" />
|
||||
<conf name="default" extends="runtime" />
|
||||
</configurations>
|
||||
<publications>
|
||||
<artifact name="mod13.1" type="jar" conf="compile"/>
|
||||
</publications>
|
||||
<dependencies>
|
||||
<dependency org="org1" name="mod1.2" rev="2.0" conf="compile->default"/>
|
||||
</dependencies>
|
||||
</ivy-module>
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org13"
|
||||
module="mod13.2"
|
||||
status="integration"
|
||||
revision="1.0"
|
||||
/>
|
||||
<configurations>
|
||||
<conf name="j2ee" />
|
||||
<conf name="compile" />
|
||||
<conf name="runtime" extends="compile" />
|
||||
<conf name="test" extends="runtime" />
|
||||
<conf name="war" extends="runtime" />
|
||||
<conf name="tgz" />
|
||||
<conf name="provided" extends="compile" />
|
||||
<conf name="default" extends="runtime" />
|
||||
</configurations>
|
||||
<publications>
|
||||
<artifact name="mod13.2" type="jar" conf="compile"/>
|
||||
</publications>
|
||||
<dependencies defaultconfmapping="*->@">
|
||||
<dependency name="mod13.1" rev="1.0"/>
|
||||
</dependencies>
|
||||
</ivy-module>
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org13"
|
||||
module="mod13.3"
|
||||
status="integration"
|
||||
revision="1.0"
|
||||
/>
|
||||
<configurations>
|
||||
<conf name="j2ee" />
|
||||
<conf name="compile" />
|
||||
<conf name="runtime" extends="compile" />
|
||||
<conf name="test" extends="runtime" />
|
||||
<conf name="war" extends="runtime" />
|
||||
<conf name="tgz" />
|
||||
<conf name="provided" extends="compile" />
|
||||
<conf name="default" extends="runtime" />
|
||||
</configurations>
|
||||
<publications>
|
||||
<artifact name="mod13.3" type="jar" conf="compile"/>
|
||||
</publications>
|
||||
<dependencies defaultconfmapping="*->@">
|
||||
<dependency name="mod13.2" rev="1.0"/>
|
||||
</dependencies>
|
||||
</ivy-module>
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Reference in New Issue