You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2017/05/21 17:09:55 UTC

ant-ivy git commit: document the xml element order, as specified by the ivy.xsd

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 Lalevée <ni...@hibnet.org>
Authored: Sun May 21 19:09:42 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
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>