Updated javax.servlet POM to add missing manifest headers to built artifacts.

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@391115 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/javax.servlet/pom.xml b/javax.servlet/pom.xml
index a3e0b5b..c63fe61 100644
--- a/javax.servlet/pom.xml
+++ b/javax.servlet/pom.xml
@@ -19,10 +19,10 @@
           <osgiManifest>
             <bundleName>servlet</bundleName>
             <bundleVendor>Apache Software Foundation</bundleVendor>
-            <!--<bundleVersion>2.1</bundleVersion>-->
+            <bundleVersion>2.1</bundleVersion>
             <bundleSymbolicName>javax.servlet</bundleSymbolicName>
             <bundleDescription>Servlet 2.1 API</bundleDescription>
-            <!--<bundleCopyright>Copyright 1999,2005 The Apache Software Foundation</bundleCopyright>-->
+            <bundleCopyright>Copyright 1999,2005 The Apache Software Foundation</bundleCopyright>
             <bundleCategory>servlet</bundleCategory>
             <exportPackage>javax.servlet;specification-version="2.1",javax.servlet.http;specification-version="2.1"</exportPackage>
           </osgiManifest>