Adding an MBean and its associated graphical tab for interacting with
obr on a remote location.

- obrprobe : is the mbean representing obr
- obrprobe.tab : is the tab that is automatically integrated in the
  jmxconsole

to test :
- go into mosgi.doc
- start 2 terminal
- run ./core.sh on terminal 1
- run ./jmxconsole.sh on terminal 2
- click on the left tree to deploy it
- click on the 127.0.0.1 gateway



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