From 59024a8a7b8cec05501e3c6b28a5bb5c8478addf Mon Sep 17 00:00:00 2001
From: Conor MacNeill
Date: Wed, 5 Feb 2003 10:43:07 +0000
Subject: [PATCH] Fix up some broken links in docs
Reported By: Noel J. Bergman
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273985 13f79535-47bb-0310-9956-ffa450edef68
---
docs/ant_in_anger.html | 3 ++-
docs/manual/Integration/VAJAntTool.html | 6 +++---
docs/manual/OptionalTypes/extension.html | 6 +++---
docs/manual/OptionalTypes/extensionset.html | 13 ++++++-------
docs/manual/tasksoverview.html | 4 ++--
5 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html
index 4960b8a62..9062d8202 100644
--- a/docs/ant_in_anger.html
+++ b/docs/ant_in_anger.html
@@ -396,7 +396,8 @@ Ant can Jar, Tar or Zip files for deployment, while the
War task extends the jar task
-for better servlet deployment. Jlink is a
+for better servlet deployment.
+Jlink is a
jar generation file which lets you merge multiple sub jars. This is
ideal for a build process in which separate jars are generated by sub
projects, yet the final output is a merged jar.
Description:
Exports Java source files, class files and/or resources from the workspace
to the file system. Exports can be specified by giving the VAJ project
-name and package name(s). This works very similar to
-FileSets.
+name and package name(s). This works very similar to
+FileSets.
Parameters
@@ -555,7 +555,7 @@ JDK independent by now.
Added documentation of new remote feature. Minor corrections. |
-Copyright &#copy 2001-2002 Apache Software
+Copyright &#copy 2001-2003 Apache Software
Foundation. All rights Reserved.