From 7dab1db1dfdefdbc1a8fab6a55027341f4c4982b Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert
Date: Thu, 24 Nov 2005 21:52:34 +0000
Subject: [PATCH] add individual entries for each antlib, also links to
viewcvs.cgi instead of the repository http view
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348813 13f79535-47bb-0310-9956-ffa450edef68
---
docs/svn.html | 17 +++++++++++++----
xdocs/svn.xml | 17 +++++++++++++----
2 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/docs/svn.html b/docs/svn.html
index dfbe332ea..e95ee79f6 100644
--- a/docs/svn.html
+++ b/docs/svn.html
@@ -183,13 +183,22 @@
svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]
Modules available for access are:
- - ant - The "main" Ant module.
- - antlibs - Libraries developed as antlib.
- - sandbox - New developments.
+ - ant - The "main" Ant module.
+ http://svn.apache.org/repos/asf/ant/core/trunk/
+
+ - antunit Test framework for Ant.
+ http://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/
+ - Dotnet antlib Contains Nant, Nunit, ...
+ http://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/
+ - svn antlib Contains tasks to interact with Subversion repositories.
+ http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/
+ - sandbox - New developments. Contains currently gendoc.
+ http://svn.apache.org/repos/asf/ant/sandbox/
+
If you are not familiar with Subversion, Jakarta's
source repositories page may hold many helpful hints.
- Nightly snapshots of the CVS tree are available at
+
Nightly snapshots of the SVN tree are available at
http://cvs.apache.org/snapshots/ant/.
diff --git a/xdocs/svn.xml b/xdocs/svn.xml
index 5d430131b..3acb01e1c 100644
--- a/xdocs/svn.xml
+++ b/xdocs/svn.xml
@@ -35,16 +35,25 @@ svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]Modules available for access are:
- - ant - The "main" Ant module.
- - antlibs - Libraries developed as antlib.
- - sandbox - New developments.
+ - ant - The "main" Ant module.
+ http://svn.apache.org/repos/asf/ant/core/trunk/
+
+ - antunit Test framework for Ant.
+ http://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/
+ - Dotnet antlib Contains Nant, Nunit, ...
+ http://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/
+ - svn antlib Contains tasks to interact with Subversion repositories.
+ http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/
+ - sandbox - New developments. Contains currently gendoc.
+ http://svn.apache.org/repos/asf/ant/sandbox/
+
If you are not familiar with Subversion, Jakarta's
source repositories page may hold many helpful hints.
- Nightly snapshots of the CVS tree are available at
+
Nightly snapshots of the SVN tree are available at
http://cvs.apache.org/snapshots/ant/.