From 7e01f2f5b23401d0f602fd4a9863ccececf3ecef Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 20 Nov 2003 03:52:12 +0000 Subject: [PATCH] Fix for maven.jar.manifest.extensions.add not being checked correctly. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114375 13f79535-47bb-0310-9956-ffa450edef68 --- jar/plugin.jelly | 3 ++- jar/xdocs/current/changes.xml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/jar/plugin.jelly b/jar/plugin.jelly index fdbeedfc..21a6bcc4 100644 --- a/jar/plugin.jelly +++ b/jar/plugin.jelly @@ -58,7 +58,8 @@ - + + diff --git a/jar/xdocs/current/changes.xml b/jar/xdocs/current/changes.xml index 37691eb3..9592a746 100644 --- a/jar/xdocs/current/changes.xml +++ b/jar/xdocs/current/changes.xml @@ -10,6 +10,10 @@ Fix MAVEN-1009 + + Fix for maven.jar.manifest.extensions.add not being checked + correctly. +