The shell bundle had the wrong bundle symbolic name, should be the
artifactId, but the plugin defaults to groupId.artifactId.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@487675 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell/pom.xml b/shell/pom.xml
index ef1483a..1d962ce 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -44,6 +44,7 @@
           <instructions>
             <Export-Package>org.apache.felix.shell; org.ungoverned.osgi.service.shell; version=1.0.0</Export-Package>
             <Private-Package>org.apache.felix.*</Private-Package>
+            <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Activator>org.apache.felix.shell.impl.Activator</Bundle-Activator>
             <Export-Service>org.apache.felix.shell.ShellService, org.ungoverned.osgi.service.shell.ShellService</Export-Service>
             <Import-Service>org.osgi.service.startlevel.StartLevel, org.osgi.service.packageadmin.PackageAdmin</Import-Service>