From bd1175188ab4ade37ff28748b2d741b378b5f45e Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Fri, 29 Apr 2005 18:01:43 +0000 Subject: [PATCH] Minor HTML corrections. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278198 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/filterchain.html | 6 +++--- docs/manual/CoreTypes/regexp.html | 5 ++--- docs/manual/base_task_classes.html | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index 23627a251..e4c65b1bf 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -375,7 +375,7 @@ regular expression matching strings. -See Regexp Type for the description of the nested element regexp and of +See Regexp Type for the description of the nested element regexp and of the choice of regular expression implementation.

Example:

@@ -1159,7 +1159,7 @@ Include only lines that contain "foo"; This string filter replaces regular expressions. This filter may be used directly within a filterchain.

- See Regexp Type + See Regexp Type concerning the choice of the implementation.

@@ -1206,7 +1206,7 @@ The filter may optionally replace the matched regular expression. This filter may be used directly within a filterchain.

See -Regexp Type +Regexp Type concerning the choice of regular expression implementation.

diff --git a/docs/manual/CoreTypes/regexp.html b/docs/manual/CoreTypes/regexp.html index 0d962e310..2430dabc9 100644 --- a/docs/manual/CoreTypes/regexp.html +++ b/docs/manual/CoreTypes/regexp.html @@ -38,8 +38,7 @@ Defines a regular expression for later use with id myregexp.

Use the regular expression with id myregexp.

- -

Choice of regular expression implementation

+

Choice of regular expression implementation

Ant comes with wrappers for @@ -96,4 +95,4 @@ These string filters also use the mechanism of regexp to choose a regular expres

Copyright © 2003-2005 The Apache Software Foundation. All rights Reserved.

- \ No newline at end of file + diff --git a/docs/manual/base_task_classes.html b/docs/manual/base_task_classes.html index 9379076a9..f040de0f6 100644 --- a/docs/manual/base_task_classes.html +++ b/docs/manual/base_task_classes.html @@ -3,7 +3,7 @@ -Tasks Desinged for Extension +Tasks Designed for Extension