From 4e7ea7b447bd85bc3e2938f72996eb2d30b48251 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 13 Nov 2001 12:50:59 +0000
Subject: [PATCH] make documentation easier to read.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269903 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/mapper.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html
index f32fc499c..3f197f80b 100644
--- a/docs/manual/CoreTypes/mapper.html
+++ b/docs/manual/CoreTypes/mapper.html
@@ -67,10 +67,11 @@ with the following attributes:
the to
and from
attributes to the correct
directory separator of your current platform. If you need to specify
this separator, use ${file.separator}
instead.
+Parameters specified as nested elements
The classpath can be specified via a nested
<classpath>
, as well - that is,
a path-like structure.
-The built-in mapper types are:
+The built-in mapper types are:
The target file name is identical to the source file name. Both
to
and from
will be ignored.