Browse Source

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
master
Jacobus Martinus Kruithof 13 years ago
parent
commit
bc6a6269ec
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      WHATSNEW
  2. +1
    -1
      manual/Tasks/manifest.html

+ 3
- 0
WHATSNEW View File

@@ -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:
--------------



+ 1
- 1
manual/Tasks/manifest.html View File

@@ -169,7 +169,7 @@ href="#attribute">attribute</a> elements into sections.</p>
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>


Loading…
Cancel
Save