Browse Source

Forgotten to document the namespace.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@521146 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
b12f5a3526
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      docs/manual/CoreTypes/resources.html

+ 3
- 2
docs/manual/CoreTypes/resources.html View File

@@ -760,11 +760,12 @@ platforms.
<pre>
&lt;sort&gt;
&lt;fileset dir=&quot;foo&quot; /&gt;
&lt;reverse&gt;
&lt;reverse xmlns=&quot;antlib:org.apache.tools.ant.types.resources.comparators&quot;&gt;
&lt;date /&gt;
&lt;/reverse&gt;
&lt;/sort&gt;</pre>
<p>This takes all files from <i>foo</i> and sorts it by modification date in reverse order.</p>
<p>This takes all files from <i>foo</i> and sorts it by modification date in reverse order.
Because 'reverse' is in an internal antlib you have to set the namespace explicitly.</p>

</blockquote>



Loading…
Cancel
Save