Repository: ant-ivy Updated Branches: refs/heads/master f31c00d8e -> 815349cff
document the xml element order, as specified by the ivy.xsd Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/815349cf Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/815349cf Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/815349cf Branch: refs/heads/master Commit: 815349cff229c31f65fdb5fe657561ce9f16617d Parents: f31c00d Author: Nicolas LaleveÌe <[email protected]> Authored: Sun May 21 19:09:42 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sun May 21 19:09:42 2017 +0200 ---------------------------------------------------------------------- doc/ivyfile/dependencies.html | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/815349cf/doc/ivyfile/dependencies.html ---------------------------------------------------------------------- diff --git a/doc/ivyfile/dependencies.html b/doc/ivyfile/dependencies.html index c7e519c..6e28410 100644 --- a/doc/ivyfile/dependencies.html +++ b/doc/ivyfile/dependencies.html @@ -51,6 +51,9 @@ In Ivy 2.1.0 and earlier, if both defaultconf and defaultconfmapping are defined </tbody> </table> <h1>Child elements</h1> + +Note: as specified by the ivy.xsd, the children elements are ordered; must come first the <tt><a href="../ivyfile/dependency.html">dependency</a></tt> elements, then the <tt><a href="../ivyfile/exclude.html">exclude</a></tt> elements, then the <tt><a href="../ivyfile/override.html">override</a></tt> elements, and then the <tt><a href="../ivyfile/conflict.html">conflict</a></tt> elements. + <table class="ivy-children"> <thead> <tr><th class="ivy-chld">Element</th><th class="ivy-chld-desc">Description</th><th class="ivy-chld-card">Cardinality</th></tr>
