|
|
|
@@ -760,11 +760,12 @@ platforms. |
|
|
|
<pre> |
|
|
|
<sort> |
|
|
|
<fileset dir="foo" /> |
|
|
|
<reverse> |
|
|
|
<reverse xmlns="antlib:org.apache.tools.ant.types.resources.comparators"> |
|
|
|
<date /> |
|
|
|
</reverse> |
|
|
|
</sort></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> |
|
|
|
|
|
|
|
|