|
|
@@ -649,7 +649,18 @@ platforms. |
|
|
|
<p>The resources against which comparisons will be made must be specified |
|
|
|
using the nested <control> element, which denotes a |
|
|
|
<a href="#resources">resources</a> collection.</p> |
|
|
|
|
|
|
|
<h4>Examples</h4> |
|
|
|
<p>The following selects files a, b, c, and d:</p> |
|
|
|
<pre> |
|
|
|
<restrict> |
|
|
|
<fileset dir="src" includes="a,b,c,d,e,f,g" /> |
|
|
|
<rsel:compare when="le" against="all"> |
|
|
|
<control> |
|
|
|
<resource name="d" /> |
|
|
|
</control> |
|
|
|
<rcmp:name /> |
|
|
|
</rsel:compare> |
|
|
|
</restrict></pre> |
|
|
|
</blockquote> |
|
|
|
|
|
|
|
<h4><a name="sort">sort</a></h4> |
|
|
|