From ea66d71bf14968f1b278fde8a176b43c26e732dd Mon Sep 17 00:00:00 2001
From: Conor MacNeill
Date: Thu, 2 Jan 2003 13:26:35 +0000
Subject: [PATCH] A bug a day ... Fix up the documentation of the inline
manifest element.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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
---
docs/manual/CoreTasks/jar.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html
index 14696e4a1..b7a5f3464 100644
--- a/docs/manual/CoreTasks/jar.html
+++ b/docs/manual/CoreTasks/jar.html
@@ -160,8 +160,8 @@ ignored and you will get a warning.
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
-manifest task, but its file and mode
-attributes will be ignored.
+manifest task, but the file and mode
+attributes must be omitted.
If both an inline manifest and an external file are both specified, the
manifests are merged.