From d8344cd343d8ed331f986398bbc3f587dfaa8f39 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 25 Sep 2003 14:01:41 +0000 Subject: [PATCH] Note case-sensitivity of mappers, PR 16684 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275354 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/mapper.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html index 359201b10..839ca9f0f 100644 --- a/docs/manual/CoreTypes/mapper.html +++ b/docs/manual/CoreTypes/mapper.html @@ -72,6 +72,7 @@ this separator, use ${file.separator} instead.

<classpath>, as well - that is, a path-like structure.

The built-in mapper types are:

+

All built-in mappers are case-sensitive.

identity

The target file name is identical to the source file name. Both to and from will be ignored.