Updates to servlet API bundle:
o  Replaced manifest.mf with osgi-bundle packaging type.
o  Added javax.servlet module to parent POM.

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@390266 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d28bda8..a0e17d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,7 @@
   <modules>
     <!-- <module>javax.servlet</module> -->
     <module>tools/maven2/maven-osgi-plugin</module>
+    <module>javax.servlet</module>
     <module>org.osgi.core</module>
     <module>org.osgi.compendium</module>
     <module>org.apache.felix.framework</module>