Add MBeanClient to list of examples.
diff --git a/org.jacoco.doc/docroot/doc/api.html b/org.jacoco.doc/docroot/doc/api.html
index f3801f4..cfd2914 100644
--- a/org.jacoco.doc/docroot/doc/api.html
+++ b/org.jacoco.doc/docroot/doc/api.html
@@ -51,15 +51,21 @@
       </td>

     </tr>

     <tr>

+      <td><a class="el_source" href="examples/java/MBeanClient.java">MBeanClient.java</a></td>

+      <td>This example connects to a coverage agent to collect execution data

+          over the JMX.

+      </td>

+    </tr>

+    <tr>

       <td><a class="el_source" href="examples/java/ExecutionDataClient.java">ExecutionDataClient.java</a></td>

       <td>This example connects to a coverage agent to collect execution data

-          over the remote protocol. 

+          over the remote protocol.

       </td>

     </tr>

     <tr>

       <td><a class="el_source" href="examples/java/ExecutionDataServer.java">ExecutionDataServer.java</a></td>

       <td>This example starts a socket server to collect execution data from

-          agents over the remote protocol. 

+          agents over the remote protocol.

       </td>

     </tr>

     <tr>