Label the bare build of the web console in the bundle name

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1185720 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 129eaf9..bf4e1cb 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -179,6 +179,9 @@
                                 <configuration>
                                     <classifier>bare</classifier>
                                     <instructions>
+                                        <Bundle-Name>
+                                            ${project.name} (Bare)
+                                        </Bundle-Name>
                                         <Bundle-SymbolicName>
                                             ${project.artifactId}.bare
                                         </Bundle-SymbolicName>