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.

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

    -
  1. https://archive.apache.org/dist/logging/log4j/1.2.17/logging-log4j-1.2.17.zip
  2. -
  3. https://logging.apache.org/log4j/1.2/manual.html
  4. -
  5. https://junit.org/junit4
  6. +
  7. https://archive.apache.org/dist/logging/log4j/1.2.17/log4j-1.2.17.zip
  8. +
  9. https://logging.apache.org/log4j/1.2/manual.html
  10. +
  11. https://junit.org/junit4