bodewig 01/12/12 08:10:27
Modified: docs external.html
xdocs external.xml
Log:
Update info on NetBeans, fix some typos.
PR: 5378
Submitted by: [EMAIL PROTECTED] (Jesse Glick)
Revision Changes Path
1.21 +4 -4 jakarta-ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/external.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- external.html 2001/12/07 08:23:03 1.20
+++ external.html 2001/12/12 16:10:26 1.21
@@ -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.</p>
- <p>Checkstyle can be run via an ANT task or
a command line
+ <p>Checkstyle can be run via an Ant task or
a command line
utility.</p>
<table>
<tr>
@@ -481,7 +481,7 @@
</td></tr>
<tr><td>
<blockquote>
- <p>Builds a jar file based on class dependencies
rather than simply the contents of a directory</p>
+ <p>Builds a JAR file based on class dependencies
rather than simply the contents of a directory</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
@@ -551,7 +551,7 @@
</td></tr>
<tr><td>
<blockquote>
- <p>Removes unncessary import statements from a Java
source code file.</p>
+ <p>Removes unnecessary import statements from a Java
source code file.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
@@ -1406,7 +1406,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- bundles Ant 1.3
+ bundles Ant 1.4.1
</font>
</td>
</tr>
1.20 +4 -4 jakarta-ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- external.xml 2001/12/03 20:08:44 1.19
+++ external.xml 2001/12/12 16:10:27 1.20
@@ -80,7 +80,7 @@
automate the process of checking Java code, and to spare
humans of this boring (but important) task.</p>
- <p>Checkstyle can be run via an ANT task or a command line
+ <p>Checkstyle can be run via an Ant task or a command line
utility.</p>
<table>
@@ -158,7 +158,7 @@
</subsection>
<subsection name="GenJar">
- <p>Builds a jar file based on class dependencies rather than simply
the contents of a directory</p>
+ <p>Builds a JAR file based on class dependencies rather than simply
the contents of a directory</p>
<table>
<tr>
@@ -181,7 +181,7 @@
</subsection>
<subsection name="Importscrubber">
- <p>Removes unncessary import statements from a Java source code
file.</p>
+ <p>Removes unnecessary import statements from a Java source code
file.</p>
<table>
<tr>
@@ -491,7 +491,7 @@
<table>
<tr>
<th>Compatibility:</th>
- <td>bundles Ant 1.3</td>
+ <td>bundles Ant 1.4.1</td>
</tr>
<tr>
<th>URL:</th>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>