From ceee3ad6fb060a7b649e352997a84556b7e768f4 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 20 Jan 2009 22:50:48 +0000 Subject: Use project name for Bundle-Name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736156 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/sca/tools/maven') diff --git a/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java b/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java index 9a82141c49..3cbef0ad22 100644 --- a/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java +++ b/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java @@ -228,7 +228,7 @@ public class OSGiJUnitMojo extends AbstractMojo { attributes.putValue("Manifest-Version", "1.0"); attributes.putValue(BUNDLE_MANIFESTVERSION, "2"); attributes.putValue(BUNDLE_SYMBOLICNAME, project.getGroupId() + "." + project.getArtifactId()); - attributes.putValue(BUNDLE_NAME, project.getDescription()); + attributes.putValue(BUNDLE_NAME, project.getName()); attributes.putValue(BUNDLE_VERSION, osgiVersion(project.getVersion())); attributes.putValue(Constants.DYNAMICIMPORT_PACKAGE, "*"); return manifest; -- cgit v1.2.3