bodewig 2002/11/19 05:26:23
Modified: docs ant_in_anger.html
docs/manual cover.html
Log:
Fix some typos and remove a tab
Revision Changes Path
1.11 +3 -3 jakarta-ant/docs/ant_in_anger.html
Index: ant_in_anger.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/ant_in_anger.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ant_in_anger.html 9 Nov 2002 22:43:35 -0000 1.10
+++ ant_in_anger.html 19 Nov 2002 13:26:22 -0000 1.11
@@ -8,7 +8,7 @@
<h1 align="center">Ant in Anger:
</h1>
<h2 align="center">
- Using Apache Ant in a Production Development System
+ Using Apache Ant in a Production Development System
</h2>
<h4 align="center">
@@ -388,7 +388,7 @@
One big difference between Ant and older tools such as Make is that the
processes for deploying Java to remote sites are reasonably well
-evolved in aAt. That is because we all have to do it these days, so
+evolved in Ant. That is because we all have to do it these days, so
many people have put in the effort to make the tasks easier.
<p>
@@ -588,7 +588,7 @@
changes are intended to be backwards compatible, but sometimes an
incompatible change turns out to be
necessary. That is why doing the update in the lull after a big
-milestone is important. It is also why including Ant.jar and related
+milestone is important. It is also why including ant.jar and related
files in the CVS tree helps ensure that old versions of your software
can be still be built.
1.5 +3 -3 jakarta-ant/docs/manual/cover.html
Index: cover.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/cover.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cover.html 1 Jun 2002 12:26:32 -0000 1.4
+++ cover.html 19 Nov 2002 13:26:23 -0000 1.5
@@ -2,14 +2,14 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
-<title>Apache Ant 1.5 User Manual - Credits</title>
+<title>Apache Ant 1.6 User Manual</title>
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
- <h1>Apache Ant 1.5 Manual</h1>
- <p align="left">This is the manual for version 1.5 of
+ <h1>Apache Ant 1.6 Manual</h1>
+ <p align="left">This is the manual for version 1.6alpha of
<a href="http://jakarta.apache.org/ant/index.html">Apache Ant</a>.
If your version
of Ant (as verified with <tt>ant -version</tt>) is older or newer than
this
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>