Browse Source

Precise the manual: <restrict> uses AND for combining nested resource selectors

master
Jan Matrne 10 years ago
parent
commit
32062cc59c
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      manual/Types/resources.html

+ 3
- 2
manual/Types/resources.html View File

@@ -499,8 +499,9 @@ platforms.
<h4>Parameters specified as nested elements</h4> <h4>Parameters specified as nested elements</h4>
<p>A single resource collection is required.</p> <p>A single resource collection is required.</p>
<p>Nested resource selectors are used to "narrow down" the included <p>Nested resource selectors are used to "narrow down" the included
resources. These are patterned after <a href="selectors.html">file
selectors</a> but are, unsurprisingly, targeted to resources.
resources, combined via a logical <i>AND</i>. These are patterned
after <a href="selectors.html">file selectors</a> but are,
unsurprisingly, targeted to resources.
Several built-in resource selectors are available in the internal Several built-in resource selectors are available in the internal
<a href="antlib.html">antlib</a> <a href="antlib.html">antlib</a>
<code>org.apache.tools.ant.types.resources.selectors</code>: <code>org.apache.tools.ant.types.resources.selectors</code>:


Loading…
Cancel
Save