FELIX-2086 Make sure the bare Web Console bundle has a different symbolic name.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@910931 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index aadd2d0..66c3e47 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -139,6 +139,9 @@
                                 <configuration>
                                     <classifier>bare</classifier>
                                     <instructions>
+                                        <Bundle-SymbolicName>
+                                            ${artifactId}.bare
+                                        </Bundle-SymbolicName>
                                         <Include-Resource>
                                             {maven-resources},META-INF/NOTICE=src/main/bare-resources/NOTICE
                                         </Include-Resource>