Updated R4 core and compendium POM's to add missing manifest headers to built artifacts.

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@390788 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.osgi.compendium/pom.xml b/org.osgi.compendium/pom.xml
index 15b0f40..c77b958 100644
--- a/org.osgi.compendium/pom.xml
+++ b/org.osgi.compendium/pom.xml
@@ -39,12 +39,12 @@
           <osgiManifest>
             <bundleName>osgi.compendium</bundleName>
             <bundleVendor>OSGi Alliance</bundleVendor>
-            <!--<bundleVersion>4</bundleVersion>-->
+            <bundleVersion>4</bundleVersion>
             <bundleSymbolicName>osgi.compendium</bundleSymbolicName>
             <bundleDescription>OSGi Service Platform Release 4 Compendium Interfaces and Classes.</bundleDescription>
-            <!--<bundleCopyright>Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.</bundleCopyright>-->
+            <bundleCopyright>Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.</bundleCopyright>
             <bundleCategory>osgi</bundleCategory>
-            <!--<bundleDocUrl>http://www.osgi.org/</bundleDocUrl>-->
+            <bundleDocUrl>http://www.osgi.org/</bundleDocUrl>
             <exportPackage>org.osgi.service.cm ;specification-version="1.2",org.osgi.service.component ;specification-version="1.0",org.osgi.service.device ;specification-version="1.1",org.osgi.service.event ;specification-version="1.0.1",org.osgi.service.http ;specification-version="1.2",org.osgi.service.io ;specification-version="1.0",org.osgi.service.log ;specification-version="1.3",org.osgi.service.metatype ;specification-version="1.1",org.osgi.service.prefs ;specification-version="1.1",org.osgi.service.provisioning ;specification-version="1.1",org.osgi.service.upnp ;specification-version="1.1",org.osgi.service.useradmin ;specification-version="1.1",org.osgi.service.wireadmin ;specification-version="1.0",org.osgi.util.measurement ;specification-version="1.0",org.osgi.util.position ;specification-version="1.0",org.osgi.util.tracker ;specification-version="1.3.1",org.osgi.util.xml ;specification-version="1.0"</exportPackage>
             <dynamicImportPackage>*</dynamicImportPackage>
           </osgiManifest>