From 6b888144bd372bfbfc6f5460e2b27cd24bf51ef1 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 12 Dec 2008 05:05:05 +0000 Subject: [PATCH] fix since for and friends. PR 46383. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@725903 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/mapper.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.


The built-in mapper types are:

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.

-

composite (since Ant 1.6.2)

+

composite (since Ant 1.7.0)

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.

-

chained (since Ant 1.6.2)

+

chained (since Ant 1.7.0)

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