Browse Source

A bug a day ...

Fix up the documentation of the inline manifest element.

PR:	14732
Submitted by:	Ortwin Gl�ck


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273738 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
ea66d71bf1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/jar.html

+ 2
- 2
docs/manual/CoreTasks/jar.html View File

@@ -160,8 +160,8 @@ ignored and you will get a warning.</p>
<p>The manifest nested element allows the manifest for the Jar file to
be provided inline in the build file rather than in an external
file. This element is identical to the
<a href="manifest.html">manifest</a> task, but its file and mode
attributes will be ignored.</p>
<a href="manifest.html">manifest</a> task, but the file and mode
attributes must be omitted.</p>
<p>
If both an inline manifest and an external file are both specified, the
manifests are merged.


Loading…
Cancel
Save