diff --git a/xdocs/antlibs/antunit/index.xml b/xdocs/antlibs/antunit/index.xml index db9c964df..21f51fec2 100755 --- a/xdocs/antlibs/antunit/index.xml +++ b/xdocs/antlibs/antunit/index.xml @@ -170,9 +170,10 @@ public class ANTLRTest extends BuildFileTest { <antunit> task accepts arbitrary many listeners and relays test results to them.

-

Currently only a single implementation - <plainlistener> modelled after the "plain" - JUnit listener is bundled with the library.

+

Currently two implementations - + <plainlistener> and xmllistener + modelled after the "plain" and "xml" + JUnit listeners - are bundled with the library.

@@ -188,7 +189,7 @@ public class ANTLRTest extends BuildFileTest { - + diff --git a/xdocs/antlibs/dotnet/index.xml b/xdocs/antlibs/dotnet/index.xml index 544420d21..cb22a98b0 100755 --- a/xdocs/antlibs/dotnet/index.xml +++ b/xdocs/antlibs/dotnet/index.xml @@ -44,6 +44,10 @@ href="http://nant.sf.net/">NAnt, MSBuild and the Wix toolkit.

+ +

The initial .NET tasks of Ant (compiler tasks for C#, J# and VB.NET + for example) have also been moved to this Antlib and will see further + development here.