Browse Source

Fix some typos and remove a tab

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273557 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
4d7ccf81ca
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      docs/ant_in_anger.html
  2. +3
    -3
      docs/manual/cover.html

+ 3
- 3
docs/ant_in_anger.html View File

@@ -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 @@ from CVS or your equivalent.

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 @@ Often an update will require changes to the build.xml files. Most
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.



+ 3
- 3
docs/manual/cover.html View File

@@ -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


Loading…
Cancel
Save