From 6a67ee10da4e8eb1b6957be52825a7b2b3f72522 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 12 Mar 2004 17:30:41 +0000 Subject: [PATCH] Add "since" for nested . git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276230 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/pathconvert.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/pathconvert.html b/docs/manual/CoreTasks/pathconvert.html index ad67233d0..b477da8e0 100644 --- a/docs/manual/CoreTasks/pathconvert.html +++ b/docs/manual/CoreTasks/pathconvert.html @@ -20,7 +20,8 @@ of files in a FileList into a path.

Nested <map> elements can be specified to map Windows drive letters to Unix paths, and vice-versa.

More complex transformations can be achieved using a nested -<mapper>. +<mapper> +(since Ant 1.6.2).

Parameters

@@ -120,7 +121,7 @@ prefixes of other from values.

mapper

A single nested <mapper> element can be specified -to perform any of various filename transformations. +to perform any of various filename transformations (since Ant 1.6.2).

Examples