mbenson 2005/08/21 07:43:34
Modified: docs/manual/CoreTypes mapper.html
Log:
s/ant/Ant/g
Revision Changes Path
1.30 +9 -9 ant/docs/manual/CoreTypes/mapper.html
Index: mapper.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTypes/mapper.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mapper.html 8 Jul 2005 13:48:52 -0000 1.29
+++ mapper.html 21 Aug 2005 14:43:34 -0000 1.30
@@ -259,7 +259,7 @@
<td valign="top">
If this is false, the mapper will ignore case when matching the glob
pattern.
This attribute can be true or false, the default is true.
- <em>Since ant 1.6.3.</em>
+ <em>Since Ant 1.6.3.</em>
</td>
<td align="center" valign="top">No</td>
</tr>
@@ -270,7 +270,7 @@
directory separator characters - \ and /.
This attribute can be true or false, the default is false.
This attribute is useful for cross-platform build files.
- <em>Since ant 1.6.3.</em>
+ <em>Since Ant 1.6.3.</em>
<td align="center" valign="top">No</td>
</tr>
</table>
@@ -474,7 +474,7 @@
<td valign="top">
If this is false, the mapper will ignore case when matching the
pattern.
This attribute can be true or false, the default is true.
- <em>Since ant 1.6.3.</em>
+ <em>Since Ant 1.6.3.</em>
</td>
<td align="center" valign="top">No</td>
</tr>
@@ -485,7 +485,7 @@
as a / for the purposes of matching.
This attribute can be true or false, the default is false.
This attribute is useful for cross-platform build files.
- <em>Since ant 1.6.3.</em>
+ <em>Since Ant 1.6.3.</em>
<td align="center" valign="top">No</td>
</tr>
</table>
@@ -544,7 +544,7 @@
<td valign="top">ignored</td>
</tr>
</table>
-<h4><a name="unpackage-mapper">unpackage (since ant 1.6.0)</a></h4>
+<h4><a name="unpackage-mapper">unpackage (since Ant 1.6.0)</a></h4>
<p>This mapper is the inverse of the <a href="#package-mapper">package</a>
mapper.
It replaces the dots in a package name with directory separators. This
is useful for matching XML formatter results against their JUnit test
@@ -566,7 +566,7 @@
<td valign="top"><code>${test.src.dir}/org/acme/AcmeTest.java</code></td>
</tr>
</table>
-<h4><a name="composite-mapper">composite (since ant 1.6.2)</a></h4>
+<h4><a name="composite-mapper">composite (since Ant 1.6.2)</a></h4>
<p>This mapper implementation can contain multiple nested mappers.
File mapping is performed by passing the source filename to each nested
<code><mapper></code> in turn, returning all results.
@@ -594,7 +594,7 @@
<p>The composite mapper has no corresponding
<code><mapper <b>type</b>></code> attribute.
</p>
-<h4><a name="chained-mapper">chained (since ant 1.6.2)</a></h4>
+<h4><a name="chained-mapper">chained (since Ant 1.6.2)</a></h4>
<p>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
@@ -639,7 +639,7 @@
<!-- Filter Mapper -->
<!-- -->
-<h4><a name="filter-mapper">filtermapper (since ant 1.6.3)</a></h4>
+<h4><a name="filter-mapper">filtermapper (since Ant 1.6.3)</a></h4>
<p>
This mapper implementation applies a <a
href="filterchain.html">filterchain</a>
to the source file name.
@@ -688,7 +688,7 @@
<!-- Script Mapper -->
<!-- -->
-<h4><a name="script-mapper">scriptmapper (since ant 1.7)</a></h4>
+<h4><a name="script-mapper">scriptmapper (since Ant 1.7)</a></h4>
<p>
This mapper executes a script written in <a
href="http://jakarta.apache.org/bsf" target="_top">Apache BSF</a>
supported language, once per file to map.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]