You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2011/05/14 07:33:10 UTC

svn commit: r1102955 - in /ant/ivy/core/trunk: CHANGES.txt doc/settings/version-matchers.html

Author: maartenc
Date: Sat May 14 05:33:09 2011
New Revision: 1102955

URL: http://svn.apache.org/viewvc?rev=1102955&view=rev
Log:
DOCUMENTATION: The tag version-matchers is missing attribute in documentation (IVY-1292) (thanks to Per Arnold Blaasmo)

Modified:
    ant/ivy/core/trunk/CHANGES.txt
    ant/ivy/core/trunk/doc/settings/version-matchers.html

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=1102955&r1=1102954&r2=1102955&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Sat May 14 05:33:09 2011
@@ -21,6 +21,7 @@ for detailed view of each issue, please 
 	Stephane Bailliez
 	Karl Baum
 	Mikkel Bjerg
+	Per Arnold Blaasmo
 	Jeffrey Blattman
 	Jasper Blues
 	Jim Bonanno
@@ -114,6 +115,7 @@ for detailed view of each issue, please 
 	
    trunk
 =====================================
+- DOCUMENTATION: The tag version-matchers is missing attribute in documentation (IVY-1292) (thanks to Per Arnold Blaasmo)
 - DOCUMENTATION: wrong default resolver documented on the 'How does it work' page (IVY-1265)
 - DOCUMENTATION: Correct outdated links to configuration pages (IVY-1266)
 

Modified: ant/ivy/core/trunk/doc/settings/version-matchers.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/settings/version-matchers.html?rev=1102955&r1=1102954&r2=1102955&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/settings/version-matchers.html (original)
+++ ant/ivy/core/trunk/doc/settings/version-matchers.html Sat May 14 05:33:09 2011
@@ -32,6 +32,18 @@ The child tag used for the version match
 
 A version matcher is used to evaluate if a dependency version constraint matches a dependency version.
 
+<h1>Attributes</h1>
+<table class="ivy-attributes">
+<thead>
+    <tr><th class"ivy-att">Attribute</th><th class="ivy-att-desc">Descrition</th><th class="ivy-att-req">Required</th></tr>
+</thead>
+<tbody>
+    <tr><td>usedefaults</td>
+        <td>when set to true, includes the built-in version matchers (Latest, Sub Revision, and Version Ranger Matcher). Exact Revision Matcher is always included</td>
+        <td>No, defaults to false</td>
+    </tr>
+</tbody>
+</table>
 <h1>Child elements</h1>
 <table class="ivy-children">
 <thead>