Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 27903 invoked from network); 18 Jan 2005 09:52:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Jan 2005 09:52:49 -0000 Received: (qmail 6133 invoked by uid 500); 18 Jan 2005 09:52:46 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 6059 invoked by uid 500); 18 Jan 2005 09:52:45 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 6043 invoked by uid 500); 18 Jan 2005 09:52:45 -0000 Received: (qmail 6038 invoked by uid 99); 18 Jan 2005 09:52:45 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 18 Jan 2005 01:52:42 -0800 Received: (qmail 27779 invoked by uid 1146); 18 Jan 2005 09:52:41 -0000 Date: 18 Jan 2005 09:52:41 -0000 Message-ID: <20050118095241.27778.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/xdocs external.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bodewig 2005/01/18 01:52:40 Modified: docs external.html xdocs external.xml Log: Pointers to Ivy and AntSpaces Revision Changes Path 1.192 +102 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.191 retrieving revision 1.192 diff -u -r1.191 -r1.192 --- external.html 14 Jan 2005 08:14:12 -0000 1.191 +++ external.html 18 Jan 2005 09:52:39 -0000 1.192 @@ -643,6 +643,58 @@

+ + AntSpaces +

+

AntSpaces provides Ant integration with JavaSpaces. This + allows you to coordinate Ant tasks via JavaSpaces, pull out + work units from a JavaSpace for distributed Ant tasks to work + on, and so forth.

+ + + + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 and later +
+ URL: + + + http://www.oopsconsultancy.com/software/antspaces/ + +
+ Contact: + + antspaces at oopsconsultancy.com +
+ License: + + Apache Software License +
+

AntTimerTask

@@ -2043,6 +2095,56 @@ GNU General Public License + + + +

+ + Ivy +

+

Ivy is a simple yet powerful dependency manager featuring + continuous integration, dependencies of dependencies + management, multiple repositories including ibiblio and high + performance (use of a local cache).

+ + + + + + + + + + + + + + + +
+ Compatibility: + + 1.5.1 or superior +
+ URL: + + http://ivy.jayasoft.org/ +
+ Contact: + + contact at jayasoft dot org +
+ License: + + BSD License
1.152 +55 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- external.xml 14 Jan 2005 08:14:12 -0000 1.151 +++ external.xml 18 Jan 2005 09:52:40 -0000 1.152 @@ -289,6 +289,35 @@ + + +

AntSpaces provides Ant integration with JavaSpaces. This + allows you to coordinate Ant tasks via JavaSpaces, pull out + work units from a JavaSpace for distributed Ant tasks to work + on, and so forth.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5 and later
URL: + http://www.oopsconsultancy.com/software/antspaces/ +
Contact:antspaces at oopsconsultancy.com
License:Apache Software License
+
+

Timer is task for measuring the time elapsed to complete other @@ -1058,6 +1087,32 @@ + + +

Ivy is a simple yet powerful dependency manager featuring + continuous integration, dependencies of dependencies + management, multiple repositories including ibiblio and high + performance (use of a local cache).

+ + + + + + + + + + + + + + + + + + +
Compatibility:1.5.1 or superior
URL:http://ivy.jayasoft.org/
Contact:contact at jayasoft dot org
License:BSD License
+
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org