Add example Ant project to documentation.
diff --git a/org.jacoco.doc/docroot/doc/api.html b/org.jacoco.doc/docroot/doc/api.html
index 964a46f..7fb62be 100644
--- a/org.jacoco.doc/docroot/doc/api.html
+++ b/org.jacoco.doc/docroot/doc/api.html
@@ -33,25 +33,25 @@
   </thead>

   <tbody>

     <tr>

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

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

       <td>This tutorial-like example instruments, executes and analyzes a single

           target class. Finally line coverage information is printed to the

           console. 

       </td>

     </tr>

     <tr>

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

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

       <td>This example writes JaCoCo specific information for given Java class

           files. 

       </td>

     </tr>

     <tr>

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

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

       <td>Utility to dump the content of execution data files in readable form. 

       </td>

     </tr>

     <tr>

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

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

       <td>This example starts a socket server to collect coverage from agents

           over the remote protocol. 

       </td>