Author: maartenc
Date: Fri Dec 7 13:05:12 2007
New Revision: 602223
URL: http://svn.apache.org/viewvc?rev=602223&view=rev
Log:
The dependency artifact element is extensible as well
Modified:
ant/ivy/core/trunk/doc/ivyfile/dependency-artifact.html
Modified: ant/ivy/core/trunk/doc/ivyfile/dependency-artifact.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/ivyfile/dependency-artifact.html?rev=602223&r1=602222&r2=602223&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/ivyfile/dependency-artifact.html (original)
+++ ant/ivy/core/trunk/doc/ivyfile/dependency-artifact.html Fri Dec 7 13:05:12 2007
@@ -46,6 +46,8 @@
<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>
|