Tack #144: add TestNG support to Ant task Coverage
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index d2328de..6152a45 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -90,8 +90,8 @@
 <h2><a name="coverage">Task <code>coverage</code></a></h2>

 

 <p>

-  The standard Ant tasks to launch Java programs are <code>java</code> and

-  <code>junit</code>. To add code coverage recording to these tasks they can

+  The standard Ant tasks to launch Java programs are <code>java</code>, <code>junit</code> and

+  <code>testng</code>. To add code coverage recording to these tasks they can

   simply be wrapped with the <code>coverage</code> task as shown in the

   following examples:  

 </p>