Sign in
apache
/
ant-ivy
/
1.4.x
/
.
/
test
/
java
/
fr
/
jayasoft
/
ivy
/
xml
/
test-bad-confs.xml
blob: cf7e35b8b59009dc2fb0dc12009f0114378b3ec8 [
file
] [
log
] [
blame
]
<ivy-module
version
=
"1.0"
>
<info
organisation
=
"myorg"
module
=
"mymodule"
status
=
"integration"
/>
<configurations>
<conf
name
=
"A"
extends
=
"invalidConf"
/>
</configurations>
</ivy-module>