Author: jkf
Date: Sat May 26 10:58:46 2012
New Revision: 1342883
URL: http://svn.apache.org/viewvc?rev=1342883&view=rev
Log:
Documentation update: Bug 53215 - Broken link to oracle doc in Manifest task
Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/manual/Tasks/manifest.html
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1342883&r1=1342882&r2=1342883&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Sat May 26 10:58:46 2012
@@ -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:
--------------
Modified: ant/core/trunk/manual/Tasks/manifest.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/manifest.html?rev=1342883&r1=1342882&r2=1342883&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/manifest.html (original)
+++ ant/core/trunk/manual/Tasks/manifest.html Sat May 26 10:58:46 2012
@@ -169,7 +169,7 @@ href="#attribute">attribute</a> elements
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
-<a
href="http://download-llnw.oracle.com/javase/1.5.0/docs/guide/versioning/">package
+<a href="http://docs.oracle.com/javase/1.5.0/docs/guide/versioning/">package
version identification</a> for the package <code>common</code>.</p>
<p>The manifest produced by the above would look like this:</p>