From 36f2fcd9b9efc7dc128f82f49f4add0996fb576d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 12 Dec 2001 16:10:27 +0000 Subject: [PATCH] Update info on NetBeans, fix some typos. PR: 5378 Submitted by: jesse.glick@netbeans.com (Jesse Glick) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270134 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 8 ++++---- xdocs/external.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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: