From 8b423a68b194b947aa37c98bd74e89f84430273e Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Fri, 25 Aug 2006 03:45:49 +0000
Subject: [PATCH] update Antlib status
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436632 13f79535-47bb-0310-9956-ffa450edef68
---
xdocs/antlibs/antunit/index.xml | 9 +++++----
xdocs/antlibs/dotnet/index.xml | 4 ++++
2 files changed, 9 insertions(+), 4 deletions(-)
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.