From b12f5a35267bed76617f2650bdd90e01c0a9ac63 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Thu, 22 Mar 2007 08:12:35 +0000 Subject: [PATCH] Forgotten to document the namespace. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@521146 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/resources.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.