diff --git a/docs/manual/CoreTypes/resources.html b/docs/manual/CoreTypes/resources.html index 662d13cc8..b1b52b8fe 100644 --- a/docs/manual/CoreTypes/resources.html +++ b/docs/manual/CoreTypes/resources.html @@ -760,11 +760,12 @@ platforms.
     <sort>
       <fileset dir="foo" />
-      <reverse>
+      <reverse xmlns="antlib:org.apache.tools.ant.types.resources.comparators">
         <date />
       </reverse>
     </sort>
-

This takes all files from foo and sorts it by modification date in reverse order.

+

This takes all files from foo and sorts it by modification date in reverse order. + Because 'reverse' is in an internal antlib you have to set the namespace explicitly.