Add/Update bundle vendor.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@648974 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/eventadmin/bridge.configuration/pom.xml b/eventadmin/bridge.configuration/pom.xml
index 5f09a3a..15f25fd 100644
--- a/eventadmin/bridge.configuration/pom.xml
+++ b/eventadmin/bridge.configuration/pom.xml
@@ -54,6 +54,7 @@
           <instructions>
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Private-Package>${pom.artifactId}.*</Private-Package>
           </instructions>
         </configuration>
diff --git a/eventadmin/bridge.upnp/pom.xml b/eventadmin/bridge.upnp/pom.xml
index 67cc191..baf7eba 100644
--- a/eventadmin/bridge.upnp/pom.xml
+++ b/eventadmin/bridge.upnp/pom.xml
@@ -54,6 +54,7 @@
           <instructions>
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Import-Service>
             	org.osgi.service.event.EventAdmin,
        		org.osgi.service.event.EventHandler
diff --git a/eventadmin/bridge.useradmin/pom.xml b/eventadmin/bridge.useradmin/pom.xml
index 1186c22..e2db651 100644
--- a/eventadmin/bridge.useradmin/pom.xml
+++ b/eventadmin/bridge.useradmin/pom.xml
@@ -54,6 +54,7 @@
           <instructions>
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Private-Package>${pom.artifactId}.*</Private-Package>
           </instructions>
         </configuration>
diff --git a/eventadmin/bridge.wireadmin/pom.xml b/eventadmin/bridge.wireadmin/pom.xml
index f5e88b0..db5ec3c 100644
--- a/eventadmin/bridge.wireadmin/pom.xml
+++ b/eventadmin/bridge.wireadmin/pom.xml
@@ -52,8 +52,8 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <bundleName>EventAdmin Bridge WireAdmin</bundleName>
-            <bundleVendor>Apache Software Foundation</bundleVendor>
+            <Bundle-Name>EventAdmin Bridge WireAdmin</Bundle-Name>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Private-Package>${pom.artifactId}.*</Private-Package>
diff --git a/eventadmin/impl/pom.xml b/eventadmin/impl/pom.xml
index 7bb8ea4..2aeca95 100644
--- a/eventadmin/impl/pom.xml
+++ b/eventadmin/impl/pom.xml
@@ -54,10 +54,11 @@
           <instructions>
             <Bundle-SymbolicName>
               ${pom.artifactId} 
-	    </Bundle-SymbolicName>
-  	    <Bundle-Activator>
+	        </Bundle-SymbolicName>
+  	        <Bundle-Activator>
               ${pom.artifactId}.impl.Activator
             </Bundle-Activator>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <DynamicImport-Package>
               org.osgi.service.log
             </DynamicImport-Package>