Browse Source

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
master
Stefan Bodewig 21 years ago
parent
commit
d8344cd343
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/manual/CoreTypes/mapper.html

+ 1
- 0
docs/manual/CoreTypes/mapper.html View File

@@ -72,6 +72,7 @@ this separator, use <code>${file.separator}</code> instead.</p>
<code>&lt;classpath&gt;</code>, as well - that is,
a <a href="../using.html#path">path</a>-like structure.</p>
<h3>The built-in mapper types are:</h3>
<p>All built-in mappers are case-sensitive.</p>
<h4><a name="identity-mapper">identity</a></h4>
<p>The target file name is identical to the source file name. Both
<code>to</code> and <code>from</code> will be ignored.</p>


Loading…
Cancel
Save