You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/06/25 18:38:19 UTC

svn commit: r671599 - /ant/ivy/core/trunk/doc/configuration/triggers.html

Author: xavier
Date: Wed Jun 25 09:38:19 2008
New Revision: 671599

URL: http://svn.apache.org/viewvc?rev=671599&view=rev
Log:
document extra attribute availability (IVY-800)

Modified:
    ant/ivy/core/trunk/doc/configuration/triggers.html

Modified: ant/ivy/core/trunk/doc/configuration/triggers.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/configuration/triggers.html?rev=671599&r1=671598&r2=671599&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/configuration/triggers.html (original)
+++ ant/ivy/core/trunk/doc/configuration/triggers.html Wed Jun 25 09:38:19 2008
@@ -78,6 +78,7 @@
             <li>resolved</li>true if the resolution was successful, false otherwise
             <li>duration</li>the time elapsed to resolve the dependency (in ms) <span class="since">since 2.0</span>
             <li>resolver</li>the name of the resolver used to resolve the dependency
+            <li>any extra attribute</li>all extra attributes found on the info tag of the resolved dependency are available <span class="since">since 2.0</span>
           </ul>
         </td>
         <td>Fired after each dependency is resolved</td>