The dependency artifact element is extensible as well

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@602223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2007-12-07 21:05:12 +00:00
parent 985302bf94
commit fe5db05bbd
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ Example:
<span class="since">since 1.4</span> It's possible to indicate the url at which the artifact can be found. This is not mandatory, and even not recommended with an enterprise repository. Note that Ivy will always look at the location where the artifact should be and only use the url if it cannot be found at the standard location in the repository.
<span class="since">since 1.4</span> This tag supports <a href="../concept.html#extra">extra attributes</a>.
<span class="since">since 2.0</span> This feature can also be used for modules having their own module descriptor, but which doesn't declare an artifact you know that is published. Note that in this case artifacts declared to be published by the dependency will be ignored, so do not forget to include all artifacts you want.
<h1>Attributes</h1>