From 3d0a16ece7d56d550d94048a2e7e1986c064e3a7 Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Wed, 18 May 2005 13:02:18 +0000
Subject: [PATCH] Seems to be an typo for me.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278288 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/mapper.html | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html
index b1f40e92c..352b26eaf 100644
--- a/docs/manual/CoreTypes/mapper.html
+++ b/docs/manual/CoreTypes/mapper.html
@@ -40,7 +40,7 @@ with the following attributes:
specifies the implementation by class name. |
- classpath |
+ classpath |
the classpath to use when looking up
classname . |
No |
@@ -52,13 +52,13 @@ with the following attributes:
No |
- from |
+ from |
the from attribute for the given
implementation. |
Depends on implementation. |
- to |
+ to |
the to attribute for the given
implementation. |
Depends on implementation. |
@@ -497,7 +497,7 @@ jakarta-ORO and finally try jakarta-regexp.
<path path="Aj.Java"/>
<chainedmapper>
<flattenmapper/>
- <globmapper from="a(*.)java" to="\1.java.bak" casesensitive="no"/>
+ <regexpmapper from="a(*.)java" to="\1.java.bak" casesensitive="no"/>
</chainedmapper>
</pathconvert>
<echo>x is ${x}</echo>
@@ -789,4 +789,3 @@ Reserved.