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>

diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index a887479..14d49f2 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -24,6 +24,7 @@
 <ul>

   <li>Duplicate classes with identical identifiers are now ignored during

       analysis.</li>

+  <li>Added support for TestNG to Ant task Coverage (Track #144).</li>

 </ul>

 

 <h3>Non-functional Changes</h3>