diff --git a/docs/external.html b/docs/external.html index a624249b4..06a93e095 100644 --- a/docs/external.html +++ b/docs/external.html @@ -264,7 +264,7 @@ Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this boring (but important) task.

-

Checkstyle can be run via an ANT task or a command line +

Checkstyle can be run via an Ant task or a command line utility.

@@ -481,7 +481,7 @@
-

Builds a jar file based on class dependencies rather than simply the contents of a directory

+

Builds a JAR file based on class dependencies rather than simply the contents of a directory

-

Removes unncessary import statements from a Java source code file.

+

Removes unnecessary import statements from a Java source code file.

diff --git a/xdocs/external.xml b/xdocs/external.xml index cd49f9726..9dc133854 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -80,7 +80,7 @@ automate the process of checking Java code, and to spare humans of this boring (but important) task.

-

Checkstyle can be run via an ANT task or a command line +

Checkstyle can be run via an Ant task or a command line utility.

- bundles Ant 1.3 + bundles Ant 1.4.1
@@ -158,7 +158,7 @@ -

Builds a jar file based on class dependencies rather than simply the contents of a directory

+

Builds a JAR file based on class dependencies rather than simply the contents of a directory

@@ -181,7 +181,7 @@ -

Removes unncessary import statements from a Java source code file.

+

Removes unnecessary import statements from a Java source code file.

@@ -491,7 +491,7 @@
- +
Compatibility:bundles Ant 1.3bundles Ant 1.4.1
URL: