diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html index a8f11b832..882e5feb4 100644 --- a/docs/manual/CoreTasks/style.html +++ b/docs/manual/CoreTasks/style.html @@ -12,8 +12,9 @@
Process a set of documents via XSLT.
This is useful for building views of XML based documentation, or for generating code.
-Note: This task depends on external libraries not included in the Ant distribution. -See Library Dependencies for more information.
+Note: If you are using JDK 1.4 or higher, this task does not require external libraries +not supplied in the Ant distribution. Otherwise, +see Library Dependencies for more information.
It is possible to refine the set of files that are being processed. This can be done with the includes, includesfile, excludes, excludesfile and defaultexcludes attributes. With the includes or includesfile attribute you specify the files you want to diff --git a/docs/manual/install.html b/docs/manual/install.html index e0541679d..576b4fcac 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -283,11 +283,14 @@ Installing Ant / Optional Tasks section above.