From 2130debb7c8e15f29bf01afd873ca95fb5e517b8 Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 31 Mar 2004 05:45:37 +0000 Subject: [PATCH] Fix MPEJB-9. Don't add a Class-Path to the manifest if the entry is empty git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114959 13f79535-47bb-0310-9956-ffa450edef68 --- ejb/plugin.jelly | 5 ++++- ejb/xdocs/changes.xml | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ejb/plugin.jelly b/ejb/plugin.jelly index 3a5bb0b3..d78e5b8e 100644 --- a/ejb/plugin.jelly +++ b/ejb/plugin.jelly @@ -108,7 +108,10 @@ - + + + + diff --git a/ejb/xdocs/changes.xml b/ejb/xdocs/changes.xml index 9ed88372..03c76203 100644 --- a/ejb/xdocs/changes.xml +++ b/ejb/xdocs/changes.xml @@ -24,6 +24,12 @@ + + + Don't generate a Class-Path manfiest entry if there are no jars with ejb.manifest.classpath set to true + + + Only include maven.ejb.src if it exists