Repository: ant Updated Branches: refs/heads/master 36ec8947f -> 54eeab675
copy-past error Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/54eeab67 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/54eeab67 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/54eeab67 Branch: refs/heads/master Commit: 54eeab675a4a0554384f63f656df403af063855f Parents: 36ec894 Author: Stefan Bodewig <[email protected]> Authored: Sun May 17 13:24:16 2015 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Sun May 17 13:24:16 2015 +0200 ---------------------------------------------------------------------- manual/Types/resources.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/54eeab67/manual/Types/resources.html ---------------------------------------------------------------------- diff --git a/manual/Types/resources.html b/manual/Types/resources.html index 76d313b..ebbeff1 100644 --- a/manual/Types/resources.html +++ b/manual/Types/resources.html @@ -361,7 +361,7 @@ Ant's "legacy" datatypes have been modified to behave as Resource Collections: nested collection</li> <li><a href="#allbutfirst">allbutfirst</a> - all except the first <i>n</i> resources from a nested collection</li> - <li><a href="#allbutlast">last</a> - all except the last <i>n</i> + <li><a href="#allbutlast">allbutlast</a> - all except the last <i>n</i> resources from a nested collection</li> <li><a href="#tokens">tokens</a> - <a href="#string">string</a> tokens gathered from a nested collection</li>
