FELIX-1465: Make symbolic names of Karaf webconsole bundles consistent with other bundles

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@805007 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/webconsole/branding/pom.xml b/karaf/webconsole/branding/pom.xml
index 0e6cb76..52161ee 100644
--- a/karaf/webconsole/branding/pom.xml
+++ b/karaf/webconsole/branding/pom.xml
@@ -47,6 +47,7 @@
                 <extensions>true</extensions>

                 <configuration>

                     <instructions>

+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>

                         <Bundle-DocURL>http://felix.apache.org/site/apache-felix-karaf.html</Bundle-DocURL>

                         <Fragment-Host>org.apache.felix.webconsole</Fragment-Host>

                         <Export-Package>!*</Export-Package>