From bc6a6269ec70fcaa5904e421b02a053d96d871da Mon Sep 17 00:00:00 2001
From: Jacobus Martinus Kruithof
Date: Sat, 26 May 2012 10:58:46 +0000
Subject: [PATCH] Documentation update: Bug 53215 - Broken link to oracle doc
in Manifest task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342883 13f79535-47bb-0310-9956-ffa450edef68
---
WHATSNEW | 3 +++
manual/Tasks/manifest.html | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/WHATSNEW b/WHATSNEW
index 5e847b5d7..918de29a0 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -14,6 +14,9 @@ Fixed bugs:
* Fixed some potential stream leaks.
Bugzilla Reports 52738, 52740, 52742, 52743.
+ * Updated documentation to fix spelling errors / broken links.
+ Bugzilla Reports 53215,
+
Other changes:
--------------
diff --git a/manual/Tasks/manifest.html b/manual/Tasks/manifest.html
index 0d275b21c..b85c66686 100644
--- a/manual/Tasks/manifest.html
+++ b/manual/Tasks/manifest.html
@@ -169,7 +169,7 @@ href="#attribute">attribute elements into sections.
attribute will take the value of the Ant property ${user.name}. The
same is true for the ${version} and ${TODAY} properties. This example
produces a MANIFEST.MF that contains
-package
+package
version identification for the package common
.
The manifest produced by the above would look like this: