mirror of https://github.com/apache/ant-ivy
Add the missing doc about child elements
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1028016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
555f2fffcc
commit
c910b8b2c9
|
|
@ -60,6 +60,10 @@ In Ivy 2.1.0 and earlier, if both defaultconf and defaultconfmapping are defined
|
|||
<td>0..n</td></tr>
|
||||
<tr><td><a href="../ivyfile/exclude.html">exclude</a></td><td>excludes artifacts, modules or whole organizations from the set of dependencies of this module <span class="since">since 2.0</span></td>
|
||||
<td>0..n</td></tr>
|
||||
<tr><td><a href="../ivyfile/override.html">override</a></td><td>specify an override mediation rule, overriding the revision and/or branch requested for a transitive dependency <span class="since">since 2.0</span></td>
|
||||
<td>0..n</td></tr>
|
||||
<tr><td><a href="../ivyfile/conflict.html">conflict</a></td><td>specify a a conflict manager for one or several dependencies <span class="since">since 2.0</span></td>
|
||||
<td>0..n</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue