bodewig 01/11/13 04:50:59
Modified: docs/manual/CoreTypes mapper.html
Log:
make <mapper> documentation easier to read.
Revision Changes Path
1.7 +2 -1 jakarta-ant/docs/manual/CoreTypes/mapper.html
Index: mapper.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/mapper.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mapper.html 2001/10/30 10:05:37 1.6
+++ mapper.html 2001/11/13 12:50:59 1.7
@@ -67,10 +67,11 @@
the <code>to</code> and <code>from</code> attributes to the correct
directory separator of your current platform. If you need to specify
this separator, use <code>${file.separator}</code> instead.</p>
+<h3>Parameters specified as nested elements</h3>
<p>The classpath can be specified via a nested
<code><classpath></code>, as well - that is,
a <a href="../using.html#path">path</a>-like structure.</p>
-<p>The built-in mapper types are:</p>
+<h3>The built-in mapper types are:</h3>
<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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>