Correct bundle symbolic name and add vendor.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@657087 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 199d53e..cd43138 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -60,6 +60,10 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Bundle-SymbolicName>
+                            ${artifactId}
+                        </Bundle-SymbolicName>
+                        <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>
                             org.apache.felix.webconsole.internal.OsgiManagerActivator
                         </Bundle-Activator>