From 20bc8f2649d56408172e72f9600903f4eed5b262 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 17 May 2002 14:40:06 +0000 Subject: [PATCH] Add pointer to CVSGrab. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272722 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 76 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 31 +++++++++++++++++++ 2 files changed, 107 insertions(+) diff --git a/docs/external.html b/docs/external.html index d694d654c..434380afa 100644 --- a/docs/external.html +++ b/docs/external.html @@ -487,6 +487,82 @@ + + + +
+ + CVSGrab + +
+
+

A little CVS client that can be useful when people are + behind corporate firewall that blocks any cvs + communications. It uses the ViewCVS web interface to access + the CVS repository via standard http, and downloads all the + files present in it.

+

It works from the command line or as an Ant task.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.3 or higher + +
+ + URL: + + + + http://cvsgrab.sourceforge.net/ + +
+ + Contact: + + + + CVSGrab + user mailing list + +
+ + License: + + + + LGPL + +
+
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index 6c11b67f1..512f23a8a 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -159,6 +159,37 @@
+ + +

A little CVS client that can be useful when people are + behind corporate firewall that blocks any cvs + communications. It uses the ViewCVS web interface to access + the CVS repository via standard http, and downloads all the + files present in it.

+ +

It works from the command line or as an Ant task.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.3 or higher
URL:http://cvsgrab.sourceforge.net/
Contact:CVSGrab + user mailing list
License:LGPL
+
+

Ant task for running the Doxygen documentation system.