Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 25113 invoked from network); 21 Oct 2003 04:42:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Oct 2003 04:42:36 -0000 Received: (qmail 24539 invoked by uid 500); 21 Oct 2003 04:42:12 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 24394 invoked by uid 500); 21 Oct 2003 04:42:11 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 24381 invoked by uid 500); 21 Oct 2003 04:42:11 -0000 Received: (qmail 24378 invoked from network); 21 Oct 2003 04:42:11 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 21 Oct 2003 04:42:11 -0000 Received: (qmail 25067 invoked by uid 1744); 21 Oct 2003 04:42:31 -0000 Date: 21 Oct 2003 04:42:31 -0000 Message-ID: <20031021044231.25066.qmail@minotaur.apache.org> From: matth@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/xdocs components.xml contributors.xml sandbox.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N matth 2003/10/20 21:42:31 Modified: xdocs components.xml contributors.xml sandbox.xml Log: Added self as contributor, updated links to [io] to point to deployed site, not viewcvs. Revision Changes Path 1.99 +19 -19 jakarta-commons/xdocs/components.xml Index: components.xml =================================================================== RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- components.xml 16 Sep 2003 15:05:42 -0000 1.98 +++ components.xml 21 Oct 2003 04:42:31 -0000 1.99 @@ -61,11 +61,11 @@ - +
Codec
- Codec contains some general encoding/decoding algorithms. Includes + Codec contains some general encoding/decoding algorithms. Includes some phonetic encoders as well as a Hex and Base64 implementation.
Releases: @@ -73,10 +73,10 @@
  • Release 1.1 (from mirror) binary source - 11 May 2003
  • - +
    - +
    Collections
    @@ -150,8 +150,8 @@
    - - + +
    FileUpload
    @@ -182,7 +182,7 @@
    Jexl
    Jexl is an expression language which entends the Expression Language of the JSTL - by bringing in some of the lessons leaned by the + by bringing in some of the lessons leaned by the Velocity community.
      @@ -190,7 +190,7 @@
    - +
    JXPath
    @@ -347,7 +347,7 @@
    Daemon
    - An alternative invocation mechanism for unix-daemon-like java code. + An alternative invocation mechanism for unix-daemon-like java code.
    @@ -357,40 +357,40 @@
    - +
    Attributes
    - Attributes provides a runtime API to metadata attributes such as doclet tags, + Attributes provides a runtime API to metadata attributes such as doclet tags, inspired by the Nanning and XRAI projects as well as JSR 175 and C# attrbutes.
    - - + +
    Cache
    Cache provides object caching services.
    - +
    Clazz
    Clazz focuses on introspection and class manipulation.
    - +
    DbUtils
    DbUtils contains reusable JDBC(tm) functions and components.
    - +
    Email
    @@ -399,7 +399,7 @@ -
    IO
    +
    IO
    IO is a collection of I/O utilities.
    @@ -454,8 +454,8 @@
    ThreadPool
    - ThreadPool is a simple component for asynchronously dispatching work to another thread in a pool - for simple multi threaded programming. + ThreadPool is a simple component for asynchronously dispatching work to another thread in a pool + for simple multi threaded programming.
    1.14 +1 -0 jakarta-commons/xdocs/contributors.xml Index: contributors.xml =================================================================== RCS file: /home/cvs/jakarta-commons/xdocs/contributors.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- contributors.xml 5 Oct 2003 08:25:13 -0000 1.13 +++ contributors.xml 21 Oct 2003 04:42:31 -0000 1.14 @@ -11,6 +11,7 @@
  • Stephen Colebourne
  • Morgan Delagrange
  • dIon Gillard
  • +
  • Matthew Hawthorne
  • B.C. Holmes
  • Ted Husted
  • Conor MacNeill
  • 1.27 +4 -4 jakarta-commons/xdocs/sandbox.xml Index: sandbox.xml =================================================================== RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- sandbox.xml 8 Feb 2003 19:10:55 -0000 1.26 +++ sandbox.xml 21 Oct 2003 04:42:31 -0000 1.27 @@ -24,7 +24,7 @@
  • Attributes - is a runtime API to metadata attributes such as doclet tags, + is a runtime API to metadata attributes such as doclet tags, inspired by the Nanning and XRAI projects as well as JSR 175 and C# attrbutes.
  • @@ -64,7 +64,7 @@
  • - + IO proposal from Scott Sanders.
  • @@ -81,8 +81,8 @@ ThreadPool propoal from James Strachan. - ThreadPool is a simple component for asynchronously dispatching work to another thread in a pool - for simple multi threaded programming. + ThreadPool is a simple component for asynchronously dispatching work to another thread in a pool + for simple multi threaded programming.
  • --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org