diff --git a/docs/manual/CoreTypes/selectors.html b/docs/manual/CoreTypes/selectors.html
index eae12ae63..5f3efa12c 100644
--- a/docs/manual/CoreTypes/selectors.html
+++ b/docs/manual/CoreTypes/selectors.html
@@ -326,8 +326,8 @@
Selects all files in the base directory and one directory below
that.
-
- Different Selector
+
+
The <different>
selector will select a file
if it is deemed to be 'different' from an equivalent file in
@@ -690,7 +690,7 @@
update the cache if needed and requested
do the selection according to the comparison result
- The comparison, computing of the hashvalue and the store is done by implementation
+ The comparison, computing of the hashvalue and the store is done by implementation
of special interfaces. Therefore they may provide additional parameters.
The <modified>
selector can be used as a
@@ -807,7 +807,7 @@
setXX-methods
comparator.* : Value is transfered to the comparator via its
setXX-methods
-
+
Algorithm options |
@@ -1005,7 +1005,7 @@
Apache BSF
or
JSR 223
- supported language.
+ supported language.
See the Script task for
an explanation of scripts and dependencies.
@@ -1190,7 +1190,7 @@ Select files whose filename length is even.
All selector containers can contain any other selector, including
other containers, as an element. Using containers, the selector tags
can be arbitrarily deep. Here is a complete list of allowable
- selector elements within a container:
+ selector elements within a container:
<and>
diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html
index bb1181f32..ec648ebab 100644
--- a/docs/manual/OptionalTasks/junit.html
+++ b/docs/manual/OptionalTasks/junit.html
@@ -260,7 +260,7 @@ that begin with the following string patterns:
"sun.reflect."
"org.apache.tools.ant."
"org.junit."
- "junit.framework.JUnit4TestAdapter"
+ "junit.framework.JUnit4TestAdapter"
diff --git a/docs/manual/using.html b/docs/manual/using.html
index 77687b4ac..0ce59a5c4 100644
--- a/docs/manual/using.html
+++ b/docs/manual/using.html
@@ -154,10 +154,10 @@ In fact, they do not even get evaluated until the target is about to be executed
and all its predecessors have already run.
The optional description
attribute can be used to provide a one-line description of this target, which is printed by the
--projecthelp
command-line option. Targets
+-projecthelp
command-line option. Targets
without such a description are deemed internal and will not be listed,
-unless either the -verbose
or
--debug
option is used.
+unless either the -verbose
or
+-debug
option is used.
It is a good practice to place your tstamp tasks in a so-called
@@ -203,7 +203,6 @@ executed first.
No |
-
A target name can be any alphanumeric string valid in the encoding of the XML
file. The empty string "" is in this set, as is
@@ -289,7 +288,7 @@ task instances at all, only proxies.
found in the concepts section of this
manual.
-Example Buildfile
+
<project name="MyProject" default="dist" basedir=".">
<description>
@@ -348,7 +347,7 @@ Finally, for this target to work the source in the src subdirectory
should be stored in a directory tree which matches the package names. Check the
<javac> task for details.
-Token Filters
+
A project can have a set of tokens that might be automatically expanded if
found when a file is copied, when the filtering-copy behavior is selected in the
tasks that support this. These might be set in the buildfile