Adding a tab for remotely managing bundles through a jmx console

- bundlesprobes : is the mbean enabling bundle management
- bundlesprobes.tab : is the graphical component automatically
  integrated in the jmxconsole



git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@438464 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d884574..c584d3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,8 @@
         <module>mosgi.jmx.rmiconnector</module>
         <module>mosgi.managedelements.osgiprobes</module>
         <module>mosgi.managedelements.osgiprobes.tab</module>
+        <module>mosgi.managedelements.bundlesprobes</module>
+        <module>mosgi.managedelements.bundlesprobes.tab</module>
 
         <module>ipojo.plugin</module>
         <module>ipojo.arch</module>