diff --git a/docs/manual/CoreTypes/resources.html b/docs/manual/CoreTypes/resources.html index bcde85951..31954cdb2 100644 --- a/docs/manual/CoreTypes/resources.html +++ b/docs/manual/CoreTypes/resources.html @@ -649,7 +649,18 @@ platforms.
The resources against which comparisons will be made must be specified using the nested <control> element, which denotes a resources collection.
- +The following selects files a, b, c, and d:
++<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>