From 5c9cb3d63ec100bffc59b3ae2d9f8d68e7eea7c8 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis
Date: Thu, 8 Mar 2018 09:00:19 +0100
Subject: [PATCH] Untabify and fix broken links
---
manual/Tasks/ejb.html | 6 +++---
manual/Types/zipfileset.html | 18 +++++++++---------
manual/tutorial-HelloWorldWithAnt.html | 12 ++++++------
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html
index e45f08ef7..3e52b10be 100644
--- a/manual/Tasks/ejb.html
+++ b/manual/Tasks/ejb.html
@@ -57,11 +57,11 @@ Server.
- BorlandApplication Server 4.5
- - iPlanet Application Server 6.0
+ - iPlanet Application Server 6.0
- JBoss 2.1 and above EJB servers
- Orion Application Server 2.0 (since Ant 1.10.2)
+ target="_top">Orion Application Server 2.0 (since Ant 1.10.2)
- WebLogic 4.5.1 through to 7.0 EJB servers
- JOnAS 2.4.x and 2.5 Open Source EJB server
- IBM WebSphere 4.0
diff --git a/manual/Types/zipfileset.html b/manual/Types/zipfileset.html
index 2b8384058..0a0d6a87a 100644
--- a/manual/Types/zipfileset.html
+++ b/manual/Types/zipfileset.html
@@ -27,10 +27,10 @@
a <fileset>
which can behave in 2 different ways:
- When the src attribute is used—or a nested resource collection has been
- specified (since Apache Ant 1.7), the zipfileset is populated with zip entries found in
- the file src.
+ specified (since Apache Ant 1.7), the zipfileset is populated with zip entries found in
+ the file src.
- When the dir attribute is used, the zipfileset is populated with filesystem files
- found under dir.
+ found under dir.
<zipfileset>
supports all attributes
of <fileset>
in addition to those listed below. Note
@@ -61,27 +61,27 @@ to with the refid attribute.
src |
may be used in place of the dir attribute to specify a zip file whose contents
- will be extracted and included in the archive. |
+ will be extracted and included in the archive.
No |
filemode |
A 3 digit octal string, specify the user, group and other modes in the standard Unix
- fashion. Only applies to plain files. Since Ant 1.5.2 |
+ fashion. Only applies to plain files. Since Ant 1.5.2
No; default is 644 |
dirmode |
A 3 digit octal string, specify the user, group and other modes in the standard Unix
- fashion. Only applies to directories. Since Ant 1.5.2 |
+ fashion. Only applies to directories. Since Ant 1.5.2
No; default is 755 |
encoding |
The character encoding to use for filenames inside the zip file. For a list of possible
- values see
- the Supported Encodings.
+ values see
+ the Supported Encodings.
| No; defaults to default JVM character encoding |
diff --git a/manual/tutorial-HelloWorldWithAnt.html b/manual/tutorial-HelloWorldWithAnt.html
index 45c301aad..784b1424c 100644
--- a/manual/tutorial-HelloWorldWithAnt.html
+++ b/manual/tutorial-HelloWorldWithAnt.html
@@ -244,7 +244,7 @@ because
- it's from Apache ;-)
We store our external libraries in a new directory lib. Log4J can
-be downloaded
+be downloaded
[1] from Logging's Homepage. Create the lib directory and extract the log4j-1.2.17.jar
into that directory. After that we have to modify our Java source file to use that library and our buildfile so that
this library could be accessed during compilation and run.
@@ -470,11 +470,11 @@ don't need the HTML report just for testing, e.g. if you are fixing an error or
Resources
- - https://archive.apache.org/dist/logging/log4j/1.2.17/logging-log4j-1.2.17.zip
- - https://logging.apache.org/log4j/1.2/manual.html
- - https://junit.org/junit4
+ - https://archive.apache.org/dist/logging/log4j/1.2.17/log4j-1.2.17.zip
+ - https://logging.apache.org/log4j/1.2/manual.html
+ - https://junit.org/junit4