diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html index a7cf83773..dd9ca9387 100644 --- a/docs/manual/CoreTypes/mapper.html +++ b/docs/manual/CoreTypes/mapper.html @@ -93,7 +93,7 @@ instead.
The classpath can be specified via a nested
<classpath>
, as well - that is,
a path-like structure.
Since Ant 1.6.2, nested File Mappers can +
Since Ant 1.7.0, nested File Mappers can
be supplied via either <mapper>
elements or
<typedef>
'd
implementations of org.apache.tools.ant.util.FileNameMapper
.
@@ -103,7 +103,7 @@ implicitly configured as a composite mapper.
All built-in mappers are case-sensitive.
-As of Ant 1.6.2, each of the built-in mapper implementation +
As of Ant 1.7.0, each of the built-in mapper implementation
types is directly accessible using a specific tagname. This makes it
possible for filename mappers to support attributes in addition to
the generally available to and from.
@@ -624,7 +624,7 @@ with <uptodate>
and <junit>
output.
This mapper implementation can contain multiple nested mappers.
File mapping is performed by passing the source filename to each nested
<mapper>
in turn, returning all results.
@@ -660,7 +660,7 @@ with <uptodate>
and <junit>
output.
This mapper implementation can contain multiple nested mappers. File mapping is performed by passing the source filename to the first nested mapper, its results to the second, and so on. The target filenames