cvs commit: jakarta-commons/xdocs components.xml

2004-01-13 Thread yoavs
yoavs   2004/01/13 06:29:58

  Modified:.build.xml
   docs beanutils.html charter.html collections.html
commons.html components.html contributors.html
dbcp.html directory.html discovery.html el.html
index.html jexl.html lang.html license.html
logging.html modeler.html patches.html pool.html
releases.html sandbox.html versioning.html
volunteering.html
   docs/releases index.html mirror.html prepare.html
release.html
   xdocscomponents.xml
  Log:
  
  
  Revision  ChangesPath
  1.13  +1 -1  jakarta-commons/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 5 Sep 2003 00:20:11 -   1.12
  +++ build.xml 13 Jan 2004 14:29:56 -  1.13
  @@ -23,7 +23,7 @@
 property name=docs.src value=xdocs/
   
 !-- jar files for using Anakia to build the documentation --
  -  property name=velocity.jar 
value=../jakarta-velocity/bin/velocity-1.4-dev.jar/
  +  property name=velocity.jar 
value=../jakarta-velocity/bin/velocity-1.5-dev.jar/
 property name=commons-collections.jar 
value=../jakarta-velocity/build/lib/commons-collections.jar/
 property name=jdom.jar value=../jakarta-velocity/build/lib/jdom-b9.jar/
 property name=log4j.jar value=../jakarta-velocity/build/lib/log4j-1.1.3.jar/
  
  
  
  1.98  +5 -2  jakarta-commons/docs/beanutils.html
  
  Index: beanutils.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/beanutils.html,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- beanutils.html10 Jan 2004 19:12:50 -  1.97
  +++ beanutils.html13 Jan 2004 14:29:57 -  1.98
  @@ -16,8 +16,11 @@
   meta name=email value=[EMAIL PROTECTED]
   
  
  -
  -
  +
  +
  +
  +
  +
   titleCommons - Commons/title
   /head
   
  
  
  
  1.94  +5 -2  jakarta-commons/docs/charter.html
  
  Index: charter.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/charter.html,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- charter.html  10 Jan 2004 19:12:50 -  1.93
  +++ charter.html  13 Jan 2004 14:29:57 -  1.94
  @@ -16,8 +16,11 @@
   meta name=email value=[EMAIL PROTECTED]
   
  
  -
  -
  +
  +
  +
  +
  +
   titleCommons - Commons/title
   /head
   
  
  
  
  1.84  +5 -2  jakarta-commons/docs/collections.html
  
  Index: collections.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/collections.html,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- collections.html  10 Jan 2004 19:12:50 -  1.83
  +++ collections.html  13 Jan 2004 14:29:57 -  1.84
  @@ -16,8 +16,11 @@
   meta name=email value=[EMAIL PROTECTED]
   
  
  -
  -
  +
  +
  +
  +
  +
   titleCommons - Commons/title
   /head
   
  
  
  
  1.98  +5 -2  jakarta-commons/docs/commons.html
  
  Index: commons.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- commons.html  10 Jan 2004 19:12:50 -  1.97
  +++ commons.html  13 Jan 2004 14:29:57 -  1.98
  @@ -16,8 +16,11 @@
   meta name=email value=[EMAIL PROTECTED]
   
  
  -
  -
  +
  +
  +
  +
  +
   titleCommons - Commons Proper/title
   /head
   
  
  
  
  1.135 +12 -9 jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- components.html   10 Jan 2004 19:12:50 -  

cvs commit: jakarta-commons/xdocs components.xml

2003-12-13 Thread tobrien
tobrien 2003/12/13 22:13:05

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Update to reflect commons-codec 1.2 release
  
  Revision  ChangesPath
  1.132 +4 -1  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- components.html   7 Dec 2003 19:27:40 -   1.131
  +++ components.html   14 Dec 2003 06:13:05 -  1.132
  @@ -289,10 +289,13 @@
   dtbbiga 
href=http://jakarta.apache.org/commons/codec/;Codec/a/big/b/dt
   dd
Codec contains some general encoding/decoding algorithms.  Includes
  - some phonetic encoders as well as a Hex and Base64 implementation.
  + some phonetic encoders, Hex, Base64, and a URL encoder.
br /
Releases:
ul
  +  liRelease 1.2 (from mirror)
  +  a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +  a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 13 Dec 
2003/li
 liRelease 1.1 (from mirror)
 a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
 a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 11 May 
2003/li
  
  
  
  1.108 +4 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- components.xml12 Nov 2003 03:04:56 -  1.107
  +++ components.xml14 Dec 2003 06:13:05 -  1.108
  @@ -66,10 +66,13 @@
   dtbbiga 
href=http://jakarta.apache.org/commons/codec/;Codec/a/big/b/dt
   dd
Codec contains some general encoding/decoding algorithms.  Includes
  - some phonetic encoders as well as a Hex and Base64 implementation.
  + some phonetic encoders, Hex, Base64, and a URL encoder.
br/
Releases:
ul
  +  liRelease 1.2 (from mirror)
  +  a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +  a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 13 Dec 
2003/li
 liRelease 1.1 (from mirror)
 a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
 a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 11 May 
2003/li
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-11-11 Thread dgraham
dgraham 2003/11/11 19:04:56

  Modified:xdocscomponents.xml
  Log:
  Moved DbUtils to released section.
  
  Revision  ChangesPath
  1.107 +15 -15jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- components.xml9 Nov 2003 20:46:41 -   1.106
  +++ components.xml12 Nov 2003 03:04:56 -  1.107
  @@ -107,6 +107,21 @@
   /ul
   /dd
   !-- /DBCP --
  +
  +!-- DbUtils --
  +dtbbiga 
href=http://jakarta.apache.org/commons/dbutils/;DbUtils/a/big/b/dt
  +dd
  + DbUtils is a JDBC helper library that factors out mundane resource cleanup
  + code for common database tasks.
  + br/
  + Releases:
  + ul
  +   liRelease 1.0
  +   a 
href=http://jakarta.apache.org/site/binindex.cgi#commons-dbutils;binary/a
  +   a 
href=http://jakarta.apache.org/site/sourceindex.cgi#commons-dbutils;source/a - 11 
Nov 2003/li
  + /ul
  +/dd
  +!-- /DbUtils--
   
   !-- Digester --
   dtbbiga 
href=http://jakarta.apache.org/commons/digester.html;Digester/a/big/b/dt
  @@ -333,21 +348,6 @@
/ul
   /dd
   !-- /Betwixt --
  -
  -!-- DbUtils --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/dbutils/;DbUtils/a/big/b/dt
  -dd
  - DbUtils is a JDBC(tm) helper library that factors out mundane resource cleanup
  - code for common database tasks.
  - br/
  - Releases:
  - ul
  -   liRelease 1.0 RC1
  -   a href=http://jakarta.apache.org/~dgraham/dbutils-1.0-rc1/;binary/a
  -   a href=http://jakarta.apache.org/~dgraham/dbutils-1.0-rc1/;source/a - 
09 Nov 2003/li
  - /ul
  -/dd
  -!-- /DbUtils--
   
  !-- HttpClient --
   dtbbiga 
href=http://jakarta.apache.org/commons/httpclient/;HttpClient/a/big/b/dt
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-11-09 Thread dgraham
dgraham 2003/11/09 12:46:41

  Modified:xdocscomponents.xml
  Log:
  Moved DbUtils to beta release section.  Added Mapper to
  sandbox list.
  
  Revision  ChangesPath
  1.106 +23 -8 jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- components.xml6 Nov 2003 01:07:09 -   1.105
  +++ components.xml9 Nov 2003 20:46:41 -   1.106
  @@ -333,6 +333,21 @@
/ul
   /dd
   !-- /Betwixt --
  +
  +!-- DbUtils --
  +dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/dbutils/;DbUtils/a/big/b/dt
  +dd
  + DbUtils is a JDBC(tm) helper library that factors out mundane resource cleanup
  + code for common database tasks.
  + br/
  + Releases:
  + ul
  +   liRelease 1.0 RC1
  +   a href=http://jakarta.apache.org/~dgraham/dbutils-1.0-rc1/;binary/a
  +   a href=http://jakarta.apache.org/~dgraham/dbutils-1.0-rc1/;source/a - 
09 Nov 2003/li
  + /ul
  +/dd
  +!-- /DbUtils--
   
  !-- HttpClient --
   dtbbiga 
href=http://jakarta.apache.org/commons/httpclient/;HttpClient/a/big/b/dt
  @@ -371,14 +386,6 @@
An alternative invocation mechanism for unix-daemon-like java code.
   /dd
   !-- /Daemon --
  -
  -!-- DbUtils --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/dbutils/;DbUtils/a/big/b/dt
  -dd
  - DbUtils is a JDBC(tm) helper library that factors out mundane resource cleanup
  - code for common database tasks.
  -/dd
  -!-- /DbUtils--
   
   !-- Math --
   dtbbiga 
href=http://jakarta.apache.org/commons/math/;Math/a/big/b/dt
  @@ -447,6 +454,14 @@
Jakarta JAR Archive Repository
   /dd
   !-- /JJar --
  +
  +!-- Mapper --
  +dtbbiga 
href=http://jakarta.apache.org/commons/sandbox/mapper/;Mapper/a/big/b/dt
  +dd
  +Mapper is a thin abstraction layer around a project's chosen data 
  +mapping technology (a.k.a. DAO pattern).
  +/dd
  +!-- /Mapper --
   
   !-- Messenger --
   dtbbiga 
href=http://jakarta.apache.org/commons/sandbox/messenger/;Messenger/a/big/b/dt
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-11-05 Thread rwaldhoff
rwaldhoff2003/11/05 17:07:09

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  update for primitives 1.0 release
  
  Revision  ChangesPath
  1.128 +14 -9 jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- components.html   4 Nov 2003 22:49:54 -   1.127
  +++ components.html   6 Nov 2003 01:07:09 -   1.128
  @@ -486,15 +486,6 @@
   /dd
   !-- /Net --
   
  -!-- Primitives --
  -dtbbiga 
href=http://jakarta.apache.org/commons/primitives/;Primitives/a/big/b/dt
  -dd
  - Commons-Primitives provides smaller, faster and easier to work with types 
supporting Java primitive types.
  - Currently Primitives is primarily focused on collections of primitives.
  - br /
  - Primitives has not yet had a formal release.
  -/dd
  -
   !-- Pool --
   dtbbiga 
href=http://jakarta.apache.org/commons/pool/;Pool/a/big/b/dt
   dd
  @@ -511,6 +502,20 @@
/ul
   /dd
   !-- /Pool --
  +
  +!-- Primitives --
  +dtbbiga 
href=http://jakarta.apache.org/commons/primitives/;Primitives/a/big/b/dt
  +dd
  + Commons-Primitives provides smaller, faster and easier to work with types 
supporting Java primitive types.
  + Currently Primitives is primarily focused on collections of primitives.
  + br /
  + Releases: 
  +   (a 
href=http://jakarta.apache.org/site/binindex.cgi#commons-primitives;binary/a, 
  +   a 
href=http://jakarta.apache.org/site/sourceindex.cgi#commons-primitives;source/a)
  + ul
  +   liRelease 1.0 - 5 November 2003/li
  + /ul
  +/dd
   
  !-- validator --
   dtbbiga href=./validator/Validator/a/big/b/dt
  
  
  
  1.105 +14 -9 jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- components.xml2 Nov 2003 19:26:56 -   1.104
  +++ components.xml6 Nov 2003 01:07:09 -   1.105
  @@ -269,15 +269,6 @@
   /dd
   !-- /Net --
   
  -!-- Primitives --
  -dtbbiga 
href=http://jakarta.apache.org/commons/primitives/;Primitives/a/big/b/dt
  -dd
  - Commons-Primitives provides smaller, faster and easier to work with types 
supporting Java primitive types.
  - Currently Primitives is primarily focused on collections of primitives.
  - br/
  - Primitives has not yet had a formal release.
  -/dd
  -
   !-- Pool --
   dtbbiga 
href=http://jakarta.apache.org/commons/pool/;Pool/a/big/b/dt
   dd
  @@ -294,6 +285,20 @@
/ul
   /dd
   !-- /Pool --
  +
  +!-- Primitives --
  +dtbbiga 
href=http://jakarta.apache.org/commons/primitives/;Primitives/a/big/b/dt
  +dd
  + Commons-Primitives provides smaller, faster and easier to work with types 
supporting Java primitive types.
  + Currently Primitives is primarily focused on collections of primitives.
  + br /
  + Releases: 
  +   (a 
href=http://jakarta.apache.org/site/binindex.cgi#commons-primitives;binary/a, 
  +   a 
href=http://jakarta.apache.org/site/sourceindex.cgi#commons-primitives;source/a)
  + ul
  +   liRelease 1.0 - 5 November 2003/li
  + /ul
  +/dd
   
  !-- validator --
   dtbbiga href=./validator/Validator/a/big/b/dt
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-11-02 Thread dgraham
dgraham 2003/11/02 11:26:56

  Modified:xdocscomponents.xml
  Log:
  Moved DbUtils to Pre-Release section.
  
  Revision  ChangesPath
  1.104 +8 -8  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- components.xml1 Nov 2003 16:22:15 -   1.103
  +++ components.xml2 Nov 2003 19:26:56 -   1.104
  @@ -366,6 +366,14 @@
An alternative invocation mechanism for unix-daemon-like java code.
   /dd
   !-- /Daemon --
  +
  +!-- DbUtils --
  +dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/dbutils/;DbUtils/a/big/b/dt
  +dd
  + DbUtils is a JDBC(tm) helper library that factors out mundane resource cleanup
  + code for common database tasks.
  +/dd
  +!-- /DbUtils--
   
   !-- Math --
   dtbbiga 
href=http://jakarta.apache.org/commons/math/;Math/a/big/b/dt
  @@ -382,7 +390,6 @@
  !-- alphabetical order by name --
   
   
  -
  dl
   
   !-- Attributes --
  @@ -414,13 +421,6 @@
 Clazz focuses on introspection and class manipulation.
   /dd
   !-- /Clazz --
  -
  -!-- DbUtils --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/dbutils/;DbUtils/a/big/b/dt
  -dd
  - DbUtils contains reusable JDBC(tm) functions and components.
  -/dd
  -!-- /Codec --
   
   !-- Email --
   dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/;Email/a/big/b/dt
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-11-01 Thread mdiggory
mdiggory2003/11/01 08:22:16

  Modified:xdocscomponents.xml
  Log:
  Moving Math from sandbox to pre-release section.
  
  Revision  ChangesPath
  1.103 +8 -8  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- components.xml27 Oct 2003 21:23:50 -  1.102
  +++ components.xml1 Nov 2003 16:22:15 -   1.103
  @@ -367,6 +367,14 @@
   /dd
   !-- /Daemon --
   
  +!-- Math --
  +dtbbiga 
href=http://jakarta.apache.org/commons/math/;Math/a/big/b/dt
  +dd
  +Math is a library of lightweight, self-contained mathematics and statistics 
components addressing the most common practical problems not immediately available in 
the Java program
  +ming language.
  +/dd
  +!-- /Math --
  +
  /dl
 /section
   
  @@ -434,14 +442,6 @@
Jakarta JAR Archive Repository
   /dd
   !-- /JJar --
  -
  -
  -!-- Math --
  -dtbbiga 
href=http://jakarta.apache.org/commons/sandbox/math/;Math/a/big/b/dt
  -dd
  -Math is a library of lightweight, self-contained mathematics and statistics 
components addressing the most common practical problems not immediately available in 
the Java programming language.
  -/dd
  -!-- /Math --
   
   !-- Messenger --
   dtbbiga 
href=http://jakarta.apache.org/commons/sandbox/messenger/;Messenger/a/big/b/dt
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-10-27 Thread rwaldhoff
rwaldhoff2003/10/27 13:23:50

  Modified:xdocscomponents.xml
  Log:
  add primitives link
  
  Revision  ChangesPath
  1.102 +9 -0  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- components.xml24 Oct 2003 05:17:23 -  1.101
  +++ components.xml27 Oct 2003 21:23:50 -  1.102
  @@ -268,6 +268,15 @@
/ul
   /dd
   !-- /Net --
  +
  +!-- Primitives --
  +dtbbiga 
href=http://jakarta.apache.org/commons/primitives/;Primitives/a/big/b/dt
  +dd
  + Commons-Primitives provides smaller, faster and easier to work with types 
supporting Java primitive types.
  + Currently Primitives is primarily focused on collections of primitives.
  + br/
  + Primitives has not yet had a formal release.
  +/dd
   
   !-- Pool --
   dtbbiga 
href=http://jakarta.apache.org/commons/pool/;Pool/a/big/b/dt
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-10-22 Thread dirkv
dirkv   2003/10/22 14:28:06

  Modified:xdocscomponents.xml
  Log:
  Release Pool  DBCP v1.1
  
  Revision  ChangesPath
  1.100 +14 -7 jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- components.xml21 Oct 2003 04:42:31 -  1.99
  +++ components.xml22 Oct 2003 21:28:06 -  1.100
  @@ -94,13 +94,16 @@
   !-- /Collections --
   
   !-- DBCP --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/;DBCP/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/dbcp/;DBCP/a/big/b/dt
   dd
   Commons-DBCP provides database connection pooling services.
   br/
   Releases:
  +   (a 
href=http://jakarta.apache.org/site/binindex.cgi#commons-dbcp;binary/a, 
  +   a 
href=http://jakarta.apache.org/site/sourceindex.cgi#commons-dbcp;source/a)
   ul
  -  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp/v1.0/;Release
 1.0/a - 12 Aug 2002/li
  +  liVersion 1.1 - 20 October 2003/li
  +  liVersion 1.0 - 12 August 2002/li
   /ul
   /dd
   !-- /DBCP --
  @@ -267,14 +270,18 @@
   !-- /Net --
   
   !-- Pool --
  -dtbbiga href=./pool/index.htmlPool/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/pool/;Pool/a/big/b/dt
   dd
Commons-Pool provides a generic object pooling interface, a toolkit for 
creating modular object pools,
and several general purpose pool implementations.
  - Releases:
  - ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0.1/;Release
 1.0.1/a - 12 Aug 2002/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0/;Release
 1.0/a - 4 May 2002/li
  + br/
  + Releases: 
  +   (a 
href=http://jakarta.apache.org/site/binindex.cgi#commons-pool;binary/a, 
  +   a 
href=http://jakarta.apache.org/site/sourceindex.cgi#commons-pool;source/a)
  + ul
  +   liRelease 1.1 - 20 October 2003/li
  +   liRelease 1.0.1 - 12 August 2002/li
  +   liRelease 1.0 - 4 May 2002/li
/ul
   /dd
   !-- /Pool --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-09-16 Thread yoavs
yoavs   2003/09/16 08:05:42

  Modified:xdocscomponents.xml
  Log:
  Updated link to commons daemon site
  
  Revision  ChangesPath
  1.98  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- components.xml4 Sep 2003 23:56:00 -   1.97
  +++ components.xml16 Sep 2003 15:05:42 -  1.98
  @@ -345,7 +345,7 @@
  dl
   
   !-- Daemon --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/daemon/;Daemon/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/daemon/;Daemon/a/big/b/dt
   dd
An alternative invocation mechanism for unix-daemon-like java code. 
   /dd
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-09-04 Thread yoavs
yoavs   2003/09/04 16:56:00

  Modified:xdocscomponents.xml
  Log:
  Updated to reflect daemon move from sandbox into commons proper
  
  Revision  ChangesPath
  1.97  +13 -7 jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- components.xml12 Aug 2003 17:56:56 -  1.96
  +++ components.xml4 Sep 2003 23:56:00 -   1.97
  @@ -342,10 +342,23 @@
   
 section name=Pre-Release Components
  !-- alphabetical order by name --
  +   dl
  +
  +!-- Daemon --
  +dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/daemon/;Daemon/a/big/b/dt
  +dd
  + An alternative invocation mechanism for unix-daemon-like java code. 
  +/dd
  +!-- /Daemon --
  +
  +   /dl
 /section
   
 section name=Sandbox (Not-Yet-Proposed) Components
  !-- alphabetical order by name --
  +
  +
  +
  dl
   
   !-- Attributes --
  @@ -371,13 +384,6 @@
   /dd
   !-- /Clazz --
   
  -!-- Daemon --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/daemon/;Daemon/a/big/b/dt
  -dd
  - An alternative invocation mechanism for unix-daemon-like java code. 
  -/dd
  -!-- /Daemon --
  -
   !-- DbUtils --
   dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/dbutils/;DbUtils/a/big/b/dt
   dd
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-08-14 Thread yoavs
yoavs   2003/08/12 10:56:57

  Modified:xdocscomponents.xml
  Log:
  Added modeler release 1.1
  
  Revision  ChangesPath
  1.96  +1 -0  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- components.xml1 Aug 2003 03:30:50 -   1.95
  +++ components.xml12 Aug 2003 17:56:56 -  1.96
  @@ -247,6 +247,7 @@
Releases:
ul
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.0/;Release
 1.0/a - 30 Apr 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.1/;Release
 1.1/a - 1 Aug 2003/li
/ul
   /dd
   !-- /Modeler --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml index.xml

2003-07-02 Thread rdonkin
rdonkin 2003/07/02 14:05:38

  Modified:xdocscomponents.xml index.xml
  Log:
  Updated FileUpload and added link to article.
  
  Revision  ChangesPath
  1.94  +16 -15jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- components.xml2 Jul 2003 02:21:53 -   1.93
  +++ components.xml2 Jul 2003 21:05:38 -   1.94
  @@ -150,6 +150,22 @@
/ul
   /dd
   !-- /EL --
  +
  +
  +!-- FileUpload --
  +dtbbiga 
href=http://jakarta.apache.org/commons/fileupload/;FileUpload/a/big/b/dt
  +dd
  +  FileUpload makes it easy to add robust, high-performance, file upload
  +  capability to your servlets and web applications.
  + br/
  + Releases:
  + ul
  +   liRelease 1.0 (from mirror)
  +   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 25 Jun 
2003/li
  + /ul
  +/dd
  +!-- /FileUpload --
   
   !-- Jelly --
   dtbbiga 
href=http://jakarta.apache.org/commons/jelly/;Jelly/a/big/b/dt
  @@ -295,21 +311,6 @@
/ul
   /dd
   !-- /Betwixt --
  -
  -!-- FileUpload --
  -dtbbiga 
href=http://jakarta.apache.org/commons/fileupload/;FileUpload/a/big/b/dt
  -dd
  -  FileUpload makes it easy to add robust, high-performance, file upload
  -  capability to your servlets and web applications.
  - br/
  - Releases:
  - ul
  -   liRelease 1.0 R.C.1 (from mirror)
  -   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  -   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 4 Jun 
2003/li
  - /ul
  -/dd
  -!-- /FileUpload --
   
  !-- HttpClient --
   dtbbiga 
href=http://jakarta.apache.org/commons/httpclient/;HttpClient/a/big/b/dt
  
  
  
  1.12  +4 -0  jakarta-commons/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/index.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.xml 29 Mar 2003 10:12:19 -  1.11
  +++ index.xml 2 Jul 2003 21:05:38 -   1.12
  @@ -48,6 +48,10 @@
 (including other Jakarta subprojects) can implement these
 components without having to worry about changes in the future.
/p
  +p
  +  This a 
href='http://www.onjava.com/pub/a/onjava/2003/06/25/commons.html'article/a 
  +  gives an overview of (some of) the components which can be found here.
  +/p
p
 We welcome participation from all that are interested, at all skill levels.
 Coding, documentation and testing are all critical parts of the software
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-07-01 Thread mbecke
mbecke  2003/07/01 19:21:53

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  updates for HttpClient 2.0 beta 2 release
  
  Revision  ChangesPath
  1.112 +1 -1  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- components.html   22 Jun 2003 21:16:18 -  1.111
  +++ components.html   2 Jul 2003 02:21:53 -   1.112
  @@ -531,7 +531,7 @@
br /
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/;Release
 2.0 Beta 1/a - 25 May 2003/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/;Release
 2.0 Beta 2/a - 02 July 2003/li
/ul
   /dd
  !-- /HttpClient --
  
  
  
  1.93  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- components.xml19 Jun 2003 21:28:14 -  1.92
  +++ components.xml2 Jul 2003 02:21:53 -   1.93
  @@ -318,7 +318,7 @@
br/
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/;Release
 2.0 Beta 1/a - 25 May 2003/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/;Release
 2.0 Beta 2/a - 02 July 2003/li
/ul
   /dd
  !-- /HttpClient --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-06-19 Thread luehe
luehe   2003/06/19 14:12:07

  Modified:xdocscomponents.xml
  Log:
  Added commons-el release
  
  Revision  ChangesPath
  1.91  +15 -0 jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- components.xml13 Jun 2003 06:57:03 -  1.90
  +++ components.xml19 Jun 2003 21:12:07 -  1.91
  @@ -136,6 +136,21 @@
   /dd
   !-- /Discovery --
   
  +!-- EL --
  +dtbbiga 
href=http://jakarta.apache.org/commons/el.html;EL/a/big/b/dt
  +dd
  + Commons-EL provides an interpreter for the Expression Language which is
  + defined by the JavaServer Pages(TM) specification, version 2.0.
  + br/
  + Releases:
  + ul
  +   liRelease 1.0 (from mirror)
  +   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 20 Jun 
2003/li
  + /ul
  +/dd
  +!-- /EL --
  +
   !-- Jelly --
   dtbbiga 
href=http://jakarta.apache.org/commons/jelly/;Jelly/a/big/b/dt
   dd
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-06-13 Thread rdonkin
rdonkin 2003/06/12 23:57:04

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Improvements to components. Submitted by Tetsuya Kitahata.
  
  Revision  ChangesPath
  1.110 +15 -14jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- components.html   12 Jun 2003 22:00:47 -  1.109
  +++ components.html   13 Jun 2003 06:57:03 -  1.110
  @@ -261,7 +261,7 @@
br /
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-cli/v1.0/;Release
 1.0/a - 6 November 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-cli/v1.0/;Release
 1.0/a - 6 Nov 2002/li
/ul
   /dd
   !-- /CLI--
  @@ -290,9 +290,9 @@
br /
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/;Release
 2.1/a - 21 October 2002/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/;Release
 2.0/a - 05 April 2002/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/;Release
 1.0/a - 14 July 2001/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/;Release
 2.1/a - 21 Oct 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/;Release
 2.0/a - 05 Apr 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/;Release
 1.0/a - 14 Jul 2001/li
/ul
   /dd
   !-- /Collections --
  @@ -341,7 +341,7 @@
   !-- /Discovery --
   
   !-- Jelly --
  -dtbbiga 
href=http://jakarta.apache.org/commons/sandbox/jelly/;Jelly/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/jelly/;Jelly/a/big/b/dt
   dd
 Jelly is an XML based scripting and processing engine. Jelly borrows many
 good ideas from both JSP custom tags, Velocity, Cocoon and the
  @@ -373,8 +373,8 @@
br /
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-jxpath/v1.1/;Release
 1.1/a - 10 March 2003/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-jxpath/v1.0/;Release
 1.0/a - 25 June 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-jxpath/v1.1/;Release
 1.1/a - 10 Mar 2003/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-jxpath/v1.0/;Release
 1.0/a - 25 Jun 2002/li
/ul
   /dd
  !-- /JXPath --
  @@ -387,8 +387,8 @@
br /
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0.1/;Release
 1.0.1/a - 25 November 2002/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0/;Release
 1.0/a - 4 October 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0.1/;Release
 1.0.1/a - 25 Nov 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0/;Release
 1.0/a - 4 Oct 2002/li
/ul
   /dd
  !-- /Lang --
  @@ -460,7 +460,7 @@
br /
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-validator/v1.0/;Release
 1.0/a - 1 November 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-validator/v1.0/;Release
 1.0/a - 1 Nov 2002/li
/ul
   /dd
  !-- /validator --
  @@ -529,7 +529,7 @@
br /
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-latka/1.0/;Release
 1.0 Alpha 1/a - 13 September 2001/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-latka/1.0/;Release
 1.0 Alpha 1/a - 13 Sep 2001/li
/ul
   /dd
  !-- /Latka --
  @@ -548,13 +548,14 @@
 trtd
   blockquote
   dl
  -
  -   !-- pre release by name --
  -
   !-- EL --
   dtbbiga 
href=http://jakarta.apache.org/commons/el.html;EL/a/big/b/dt
   dd
 EL is a JSP 2.0 Expression Language Interpreter.
  +br /
  +ul
  +lia 
href=http://cvs.apache.org/builds/jakarta-commons/nightly/commons-el/;Nightly 
Builds/a/li
  +/ul
   /dd
   !-- /EL --
  /dl
  
  
  
  1.90  +19 -18jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  

cvs commit: jakarta-commons/xdocs components.xml

2003-06-12 Thread rdonkin
rdonkin 2003/06/12 15:00:47

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Updated components to reflect current release status. Submitted by Tetsuya Kitahata.
  
  Revision  ChangesPath
  1.109 +36 -26jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- components.html   4 Jun 2003 12:45:27 -   1.108
  +++ components.html   12 Jun 2003 22:00:47 -  1.109
  @@ -345,8 +345,9 @@
   dd
 Jelly is an XML based scripting and processing engine. Jelly borrows many
 good ideas from both JSP custom tags, Velocity, Cocoon and the
  -  scripting engine inside XDoclet. Jelly can be used from the command line, 
inside
  -  Ant or inside a Servlet.
  +  scripting engine inside XDoclet. Jelly can be used from the command line,
  +  inside Ant or inside a Servlet.
  + br /
   /dd
   !-- /Jelly --
   
  @@ -356,6 +357,10 @@
 Jexl is an expression language which entends the Expression Language of the 
JSTL
 by bringing in some of the lessons leaned by the 
 a href=http://jakarta.apache.org/velocity/;Velocity/a community.
  +br /
  +ul
  +lia 
href=http://cvs.apache.org/builds/jakarta-commons/nightly/commons-jexl/;Nightly 
Builds/a/li
  +/ul
   /dd
   !-- /Jexl --
   
  @@ -419,6 +424,20 @@
   /dd
   !-- /Modeler --
   
  +!-- Net --
  +dtbbiga 
href=http://jakarta.apache.org/commons/net/;Net/a/big/b/dt
  +dd
  +  Net is a a collection of network utilities, based on the NetComponents 
codebase, including FTP clients etc.
  + br /
  + Releases:
  + ul
  +   liRelease 1.0.0 (from mirror)
  +   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 21 Feb 
2003/li
  + /ul
  +/dd
  +!-- /Net --
  +
   !-- Pool --
   dtbbiga href=./pool/index.htmlPool/a/big/b/dt
   dd
  @@ -475,6 +494,21 @@
   /dd
   !-- /Betwixt --
   
  +!-- FileUpload --
  +dtbbiga 
href=http://jakarta.apache.org/commons/fileupload/;FileUpload/a/big/b/dt
  +dd
  +  FileUpload makes it easy to add robust, high-performance, file upload
  +  capability to your servlets and web applications.
  + br /
  + Releases:
  + ul
  +   liRelease 1.0 R.C.1 (from mirror)
  +   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 4 Jun 
2003/li
  + /ul
  +/dd
  +!-- /FileUpload --
  +
  !-- HttpClient --
   dtbbiga 
href=http://jakarta.apache.org/commons/httpclient/;HttpClient/a/big/b/dt
   dd
  @@ -523,30 +557,6 @@
 EL is a JSP 2.0 Expression Language Interpreter.
   /dd
   !-- /EL --
  -
  -!-- FileUpload --
  -dtbbiga 
href=http://jakarta.apache.org/commons/fileupload/;FileUpload/a/big/b/dt
  -dd
  -  FileUpload makes it easy to add robust, high-performance, file upload
  -  capability to your servlets and web applications.
  -/dd
  -!-- /FileUpload --
  -
  -!-- Jexl --
  -dtbbiga 
href=http://jakarta.apache.org/commons/jexl.html;Jexl/a/big/b/dt
  -dd
  -  Jexl is an expression language engine designed for easy embedding in 
applications and frameworks.
  -  It implements an extended version of the JSTL Expression Language.
  -/dd
  -!-- /EL --
  -
  -!-- Net --
  -dtbbiga 
href=http://jakarta.apache.org/commons/net/;Net/a/big/b/dt
  -dd
  -  Net is a a collection of network utilities, based on the NetComponents 
codebase, including FTP clients etc.
  -/dd
  -!-- /Net --
  -
  /dl
   /blockquote
   /p
  
  
  
  1.89  +36 -26jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- components.xml4 Jun 2003 12:45:27 -   1.88
  +++ components.xml12 Jun 2003 22:00:47 -  1.89
  @@ -141,8 +141,9 @@
   dd
 Jelly is an XML based scripting and processing engine. Jelly borrows many
 good ideas from both JSP custom tags, Velocity, Cocoon and the
  -  scripting engine inside XDoclet. Jelly can be used from the command line, 
inside
  -  Ant or inside a Servlet.
  +  scripting engine inside XDoclet. Jelly can be used from the command line,
  +  inside Ant or inside a Servlet.
  + br/
   /dd
   !-- /Jelly --
   
  @@ -152,6 +153,10 @@
 Jexl is an 

cvs commit: jakarta-commons/xdocs components.xml

2003-06-03 Thread mbecke
mbecke  2003/06/03 05:35:50

  Modified:xdocscomponents.xml
  Log:
  Updated for HttpClient 2.0 Beta 1
  
  Revision  ChangesPath
  1.87  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- components.xml20 May 2003 10:47:27 -  1.86
  +++ components.xml3 Jun 2003 12:35:50 -   1.87
  @@ -268,7 +268,7 @@
br/
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/;Release
 2.0 Alpha 1/a - 5 October 2001/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/;Release
 2.0 Beta 1/a - 25 May 2003/li
/ul
   /dd
  !-- /HttpClient --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml digester.xml

2003-03-02 Thread rdonkin
rdonkin 2003/03/02 03:13:05

  Modified:xdocscomponents.xml digester.xml
  Log:
  Update to reflect digseter 1.4.1 release
  
  Revision  ChangesPath
  1.77  +3 -5  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- components.xml18 Feb 2003 22:30:20 -  1.76
  +++ components.xml2 Mar 2003 11:13:04 -   1.77
  @@ -98,14 +98,12 @@
br/
Releases:
ul
  +   liRelease 1.4.1 (from mirror)
  +   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 2 Mar 
2003/li
  liRelease 1.4 (from mirror)
  a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 3 Feb 
2003/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/;Release
 1.3/a - 13 Aug 2002/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/;Release
 1.2/a - 29 Apr 2002/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/;Release
 1.1.1/a - 16 Oct 2001/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1/;Release
 1.1/a - 22 Sep 2001/li
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/;Release
 1.0/a - 14 July 2001/li
/ul
   /dd
   !-- /Digester --
  
  
  
  1.9   +4 -1  jakarta-commons/xdocs/digester.xml
  
  Index: digester.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/digester.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- digester.xml  3 Feb 2003 20:21:22 -   1.8
  +++ digester.xml  2 Mar 2003 11:13:05 -   1.9
  @@ -53,9 +53,12 @@
   section name=Releases
   
   ul
  -liVersion 1.4 (from mirror)
  +liVersion 1.4.1 (from mirror)
  a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a 
(latest)/li
  +liVersion 1.4 (from mirror)
  +   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a /li
   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/;Version
 1.3/a/li
   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/;Version
 1.2/a/li
   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/;Version
 1.1.1/a/li
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-03-02 Thread tobrien
tobrien 2003/03/02 17:54:10

  Modified:xdocscomponents.xml
  Log:
  updated reference to codec
  
  Revision  ChangesPath
  1.78  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- components.xml2 Mar 2003 11:13:04 -   1.77
  +++ components.xml3 Mar 2003 01:54:10 -   1.78
  @@ -337,7 +337,7 @@
   !-- /Clazz --
   
   !-- Codec --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/codec/;Codec/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/sandbox/codec/;Codec/a/big/b/dt
   dd
Codec seeks to encapsulate popular encoding/decoding algorithms.
   /dd
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/xdocs components.xml

2003-02-11 Thread rdonkin
rdonkin 2003/02/11 11:40:57

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Added Jexl to components list.
  
  Revision  ChangesPath
  1.90  +9 -1  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- components.html   11 Feb 2003 19:31:59 -  1.89
  +++ components.html   11 Feb 2003 19:40:57 -  1.90
  @@ -494,7 +494,7 @@
   dd
 EL is a JSP 2.0 Expression Language Interpreter.
   /dd
  -!-- /Net --
  +!-- /EL --
   
   !-- FileUpload --
   dtbbiga 
href=http://jakarta.apache.org/commons/fileupload/;FileUpload/a/big/b/dt
  @@ -503,6 +503,14 @@
 capability to your servlets and web applications.
   /dd
   !-- /FileUpload --
  +
  +!-- Jexl --
  +dtbbiga 
href=http://jakarta.apache.org/commons/jexl.html;Jexl/a/big/b/dt
  +dd
  +  Jexl is an expression language engine designed for easy embedding in 
applications and frameworks.
  +  It implements an extended version of the JSTL Expression Language.
  +/dd
  +!-- /EL --
   
   !-- Net --
   dtbbiga 
href=http://jakarta.apache.org/commons/net/;Net/a/big/b/dt
  
  
  
  1.75  +9 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- components.xml11 Feb 2003 19:30:48 -  1.74
  +++ components.xml11 Feb 2003 19:40:57 -  1.75
  @@ -287,7 +287,7 @@
   dd
 EL is a JSP 2.0 Expression Language Interpreter.
   /dd
  -!-- /Net --
  +!-- /EL --
   
   !-- FileUpload --
   dtbbiga 
href=http://jakarta.apache.org/commons/fileupload/;FileUpload/a/big/b/dt
  @@ -296,6 +296,14 @@
 capability to your servlets and web applications.
   /dd
   !-- /FileUpload --
  +
  +!-- Jexl --
  +dtbbiga 
href=http://jakarta.apache.org/commons/jexl.html;Jexl/a/big/b/dt
  +dd
  +  Jexl is an expression language engine designed for easy embedding in 
applications and frameworks.
  +  It implements an extended version of the JSTL Expression Language.
  +/dd
  +!-- /EL --
   
   !-- Net --
   dtbbiga 
href=http://jakarta.apache.org/commons/net/;Net/a/big/b/dt
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




cvs commit: jakarta-commons/xdocs components.xml

2003-02-06 Thread rdonkin
rdonkin 2003/02/06 10:46:29

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Missed a bit! Modified links to point to jexl.hmlt rather than the maven generated 
site.
  
  Revision  ChangesPath
  1.87  +1 -1  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- components.html   6 Feb 2003 18:37:40 -   1.86
  +++ components.html   6 Feb 2003 18:46:29 -   1.87
  @@ -484,7 +484,7 @@
   !-- /Net --
   
   !-- Jexl --
  -dtbbiga 
href=http://jakarta.apache.org/commons/jexl/;Jexl/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/jexl.html;Jexl/a/big/b/dt
   dd
 Jexl is an expression language which entends the Expression Language of the 
JSTL
 by bringing in some of the lessons leaned by the 
  
  
  
  1.72  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- components.xml5 Feb 2003 19:43:14 -   1.71
  +++ components.xml6 Feb 2003 18:46:29 -   1.72
  @@ -279,7 +279,7 @@
   !-- /Net --
   
   !-- Jexl --
  -dtbbiga 
href=http://jakarta.apache.org/commons/jexl/;Jexl/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/jexl.html;Jexl/a/big/b/dt
   dd
 Jexl is an expression language which entends the Expression Language of the 
JSTL
 by bringing in some of the lessons leaned by the 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




cvs commit: jakarta-commons/xdocs components.xml

2003-01-30 Thread rdonkin
rdonkin 2003/01/30 10:08:43

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Corrected duplicated listing of commons-discovery
  
  Revision  ChangesPath
  1.80  +0 -8  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- components.html   28 Jan 2003 22:25:36 -  1.79
  +++ components.html   30 Jan 2003 18:08:43 -  1.80
  @@ -462,14 +462,6 @@
   dl
   
  !-- pre release by name --
  -
  -!-- Discovery --
  -dtbbiga 
href=http://jakarta.apache.org/commons/discovery.html/;Discovery/a/big/b/dt
  -dd
  -Services for runtime discovery of implementations for pluggable interfaces. 
  -In particular, provides lifecycle support and management for factory classes.
  -/dd
  -!-- /Discovery --
   
   !-- FileUpload --
   dtbbiga 
href=http://jakarta.apache.org/commons/fileupload/;FileUpload/a/big/b/dt
  
  
  
  1.68  +0 -8  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- components.xml28 Jan 2003 22:25:37 -  1.67
  +++ components.xml30 Jan 2003 18:08:43 -  1.68
  @@ -259,14 +259,6 @@
  dl
   
  !-- pre release by name --
  -
  -!-- Discovery --
  -dtbbiga 
href=http://jakarta.apache.org/commons/discovery.html/;Discovery/a/big/b/dt
  -dd
  -Services for runtime discovery of implementations for pluggable interfaces. 
  -In particular, provides lifecycle support and management for factory classes.
  -/dd
  -!-- /Discovery --
   
   !-- FileUpload --
   dtbbiga 
href=http://jakarta.apache.org/commons/fileupload/;FileUpload/a/big/b/dt
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




cvs commit: jakarta-commons/xdocs components.xml

2003-01-28 Thread rdonkin
rdonkin 2003/01/28 14:25:37

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Updated to reflect betwixt 1.0 alpha 1 release
  
  Revision  ChangesPath
  1.79  +15 -7 jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- components.html   27 Jan 2003 20:06:20 -  1.78
  +++ components.html   28 Jan 2003 22:25:36 -  1.79
  @@ -407,6 +407,20 @@
 trtd
   blockquote
   dl
  +!-- Betwixt --
  +dtbbiga 
href=http://jakarta.apache.org/commons/betwixt/;Betwixt/a/big/b/dt
  +dd
  + Betwixt provides services for mapping JavaBeans to XML documents, and vice 
versa.
  + br /
  + Releases:
  + ul
  +   liRelease 1.0 Alpha 1 (from mirror)
  +   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 28 Jan 
2003/li
  + /ul
  +/dd
  +!-- /Betwixt --
  +
  !-- HttpClient --
   dtbbiga 
href=http://jakarta.apache.org/commons/httpclient/;HttpClient/a/big/b/dt
   dd
  @@ -447,13 +461,7 @@
   blockquote
   dl
   
  -   !-- alpha by name --
  -!-- Betwixt --
  -dtbbiga 
href=http://jakarta.apache.org/commons/betwixt/;Betwixt/a/big/b/dt
  -dd
  - Betwixt provides services for mapping JavaBeans to XML documents, and vice 
versa.
  -/dd
  -!-- /Betwixt --
  +   !-- pre release by name --
   
   !-- Discovery --
   dtbbiga 
href=http://jakarta.apache.org/commons/discovery.html/;Discovery/a/big/b/dt
  
  
  
  1.67  +15 -7 jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- components.xml21 Jan 2003 23:17:51 -  1.66
  +++ components.xml28 Jan 2003 22:25:37 -  1.67
  @@ -213,6 +213,20 @@
 section name=Alpha And Beta Released Components
  !-- alpha by name --
  dl
  +!-- Betwixt --
  +dtbbiga 
href=http://jakarta.apache.org/commons/betwixt/;Betwixt/a/big/b/dt
  +dd
  + Betwixt provides services for mapping JavaBeans to XML documents, and vice 
versa.
  + br/
  + Releases:
  + ul
  +   liRelease 1.0 Alpha 1 (from mirror)
  +   a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  +   a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a - 28 Jan 
2003/li
  + /ul
  +/dd
  +!-- /Betwixt --
  +
  !-- HttpClient --
   dtbbiga 
href=http://jakarta.apache.org/commons/httpclient/;HttpClient/a/big/b/dt
   dd
  @@ -244,13 +258,7 @@
   
  dl
   
  -   !-- alpha by name --
  -!-- Betwixt --
  -dtbbiga 
href=http://jakarta.apache.org/commons/betwixt/;Betwixt/a/big/b/dt
  -dd
  - Betwixt provides services for mapping JavaBeans to XML documents, and vice 
versa.
  -/dd
  -!-- /Betwixt --
  +   !-- pre release by name --
   
   !-- Discovery --
   dtbbiga 
href=http://jakarta.apache.org/commons/discovery.html/;Discovery/a/big/b/dt
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-commons/xdocs components.xml

2002-11-17 Thread bayard
bayard  2002/11/17 19:57:49

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Fixed location of IO on the components page.
  
  Revision  ChangesPath
  1.69  +1 -1  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- components.html   11 Nov 2002 21:19:08 -  1.68
  +++ components.html   18 Nov 2002 03:57:49 -  1.69
  @@ -510,7 +510,7 @@
   !-- /Email --
   
   !-- IO --
  -dtbbiga 
href=http://jakarta.apache.org/commons/sandbox/io/;IO/a/big/b/dt
  +dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/;IO/a/big/b/dt
   dd
 IO is a collection of I/O utilities.
   /dd
  
  
  
  1.61  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- components.xml11 Nov 2002 21:12:57 -  1.60
  +++ components.xml18 Nov 2002 03:57:49 -  1.61
  @@ -307,7 +307,7 @@
   !-- /Email --
   
   !-- IO --
  -dtbbiga 
href=http://jakarta.apache.org/commons/sandbox/io/;IO/a/big/b/dt
  +dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/;IO/a/big/b/dt
   dd
 IO is a collection of I/O utilities.
   /dd
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-commons/xdocs components.xml

2002-10-31 Thread martinc
martinc 2002/10/31 21:14:58

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  List Validator under Released Components.
  
  Revision  ChangesPath
  1.65  +14 -9 jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- components.html   25 Oct 2002 04:52:24 -  1.64
  +++ components.html   1 Nov 2002 05:14:58 -   1.65
   -333,6 +333,20 
   /dd
   !-- /Pool --
   
  +   !-- validator --
  +dtbbiga href=./validator/Validator/a/big/b/dt
  +dd
  +The commons-validator package provides a simple, extendable framework
  +to define validators (validation methods) and validation rules in an xml 
file.
  +There is support for internationalization of validation rules and error 
messages.
  + br /
  + Releases:
  + ul
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-validator/v1.0/;Release
 1.0/a - 1 November 2002/li
  + /ul
  +/dd
  +   !-- /validator --
  +
  /dl
   /blockquote
   /p
   -426,15 +440,6 
extra functionality for classes in java.lang.
   /dd
  !-- /Lang --
  -
  -   !-- validator --
  -dtbbiga href=./validator/Validator/a/big/b/dt
  -dd
  -The commons-validator package provides a simple, extendable framework
  -to define validators (validation methods) and validation rules in an xml 
file.
  -There is support for internationalization of validation rules and error 
messages.
  -/dd
  -   !-- /validator --
   
  /dl
   /blockquote
  
  
  
  1.58  +14 -9 jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- components.xml25 Oct 2002 04:52:27 -  1.57
  +++ components.xml1 Nov 2002 05:14:58 -   1.58
   -164,6 +164,20 
   /dd
   !-- /Pool --
   
  +   !-- validator --
  +dtbbiga href=./validator/Validator/a/big/b/dt
  +dd
  +The commons-validator package provides a simple, extendable framework
  +to define validators (validation methods) and validation rules in an xml 
file.
  +There is support for internationalization of validation rules and error 
messages.
  + br/
  + Releases:
  + ul
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-validator/v1.0/;Release
 1.0/a - 1 November 2002/li
  + /ul
  +/dd
  +   !-- /validator --
  +
  /dl
 /section
   
   -239,15 +253,6 
extra functionality for classes in java.lang.
   /dd
  !-- /Lang --
  -
  -   !-- validator --
  -dtbbiga href=./validator/Validator/a/big/b/dt
  -dd
  -The commons-validator package provides a simple, extendable framework
  -to define validators (validation methods) and validation rules in an xml 
file.
  -There is support for internationalization of validation rules and error 
messages.
  -/dd
  -   !-- /validator --
   
  /dl
 /section
  
  
  

--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




cvs commit: jakarta-commons/xdocs components.xml collections.xml

2002-10-21 Thread bayard
bayard  2002/10/21 17:24:42

  Modified:xdocscomponents.xml collections.xml
  Log:
  New webpage for 2.1 release
  
  Revision  ChangesPath
  1.55  +1 -0  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- components.xml10 Oct 2002 20:37:47 -  1.54
  +++ components.xml22 Oct 2002 00:24:42 -  1.55
   -59,6 +59,7 
br/
Releases:
ul
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/;Release
 2.1/a - 21 October 2002/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/;Release
 2.0/a - 05 April 2002/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/;Release
 1.0/a - 14 July 2001/li
/ul
  
  
  
  1.5   +4 -1  jakarta-commons/xdocs/collections.xml
  
  Index: collections.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/collections.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- collections.xml   10 Apr 2002 16:30:21 -  1.4
  +++ collections.xml   22 Oct 2002 00:24:42 -  1.5
   -36,7 +36,7 
   
   section name=Documentation
   p
  -An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.13;collections
  +An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.19;collections
   status document/a.
   /p
   
   -47,6 +47,9 
   
   section name=Releases
   ul
  +lia
  
+href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/;Version
  +2.1/a/li
   lia
   
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/;Version
   2.0/a/li
  
  
  

--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




cvs commit: jakarta-commons/xdocs components.xml discovery.xml

2002-09-26 Thread sanders

sanders 2002/09/26 09:08:39

  Modified:docs commons.html components.html discovery.html
   xdocscomponents.xml discovery.xml
  Log:
  update discovery URLs
  
  Revision  ChangesPath
  1.52  +21 -0 jakarta-commons/docs/commons.html
  
  Index: commons.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- commons.html  19 Sep 2002 21:04:26 -  1.51
  +++ commons.html  26 Sep 2002 16:08:39 -  1.52
  @@ -201,7 +201,9 @@
 trtd
   blockquote
   p
  +
   The following proposals for new Commons Proper projects are currently pending :
  +
   /p
   ul
   
  @@ -209,25 +211,44 @@
  bBeanUtils Package/b : Craig McClanahan 
/li
   
  +
li
  +
  bDatabase Connection Pool Package/b : Rodney Waldhoff
  +
/li
   
  +
  +
li
  +
  bObject Pooling Package/b : Rodney Waldhoff
  +
/li
   
  +
  +
li
  +
  bCollections Package/b : Rodney Waldhoff
  +
/li
   
  +
  +
li
  +
  b Cactus, the renamed J2EEUnit/b : Vincent Massol
  +
/li
   
  +
  +
   /ul
   p
  +
   Please see the jakarta-commons mail list for further details.
  +
   /p
   /blockquote
   /p
  
  
  
  1.58  +1 -1  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- components.html   19 Sep 2002 21:04:26 -  1.57
  +++ components.html   26 Sep 2002 16:08:39 -  1.58
  @@ -262,7 +262,7 @@
   !-- /Digester --
   
   !-- Discovery --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/discovery/;Discovery/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/discovery/;Discovery/a/big/b/dt
   dd
Commons-Discovery provides tools for locating resources (including classes)
by mapping service/reference names to resource names using a variety of 
schemes.
  
  
  
  1.6   +3 -4  jakarta-commons/docs/discovery.html
  
  Index: discovery.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/discovery.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- discovery.html19 Sep 2002 21:04:26 -  1.5
  +++ discovery.html26 Sep 2002 16:08:39 -  1.6
  @@ -192,10 +192,9 @@
 /td/tr
 trtd
   blockquote
  -pThe a 
href=http://jakarta.apache.org/commons/discovery/best-practices.html;
  -Best Practices/a document demonstrates best-practices for end-user developers
  -and for wrapper/factory classes that encapsulate discovery services./p
  -pThe a 
href=http://jakarta.apache.org/commons/discovery/api/index.html;
  +pThe a 
href=http://jakarta.apache.org/commons/discovery/;Home Page/a 
  +tells you all about it./p
  +pThe a 
href=http://jakarta.apache.org/commons/discovery/apidocs/index.html;
   JavaDoc API documents/a are available online.  In particular, you should
   read the package overview of the codeorg.apache.commons.discovery/code
   package./p
  
  
  
  1.50  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- components.xml13 Sep 2002 04:10:08 -  1.49
  +++ components.xml26 Sep 2002 16:08:39 -  1.50
  @@ -95,7 +95,7 @@
   !-- /Digester --
   
   !-- Discovery --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/discovery/;Discovery/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/discovery/;Discovery/a/big/b/dt
   dd
Commons-Discovery provides tools for locating resources (including classes)
by mapping service/reference names to resource names using a variety of 
schemes.
  
  
  
  1.5   +3 -4  jakarta-commons/xdocs/discovery.xml
  
  Index: discovery.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/discovery.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- discovery.xml 16 Sep 2002 14:21:49 -  1.4
  +++ discovery.xml 26 Sep 2002 16:08:39 -  1.5
  

cvs commit: jakarta-commons/xdocs components.xml

2002-09-26 Thread sanders

sanders 2002/09/26 20:33:45

  Modified:xdocscomponents.xml
  Log:
  caught Richard's typo :)
  
  Revision  ChangesPath
  1.52  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- components.xml27 Sep 2002 02:59:38 -  1.51
  +++ components.xml27 Sep 2002 03:33:44 -  1.52
  @@ -129,7 +129,7 @@
br/
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/;Release
 1.0.2/a - 27 Sep 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/;Release
 1.0.2/a - 27 Sep 2002/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/;Release
 1.0.1/a - 12 Aug 2002/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0/;Release
 1.0/a - 20 Feb 2002/li
/ul
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-commons/xdocs components.xml

2002-04-29 Thread craigmcc

craigmcc02/04/29 15:35:31

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Let's get the link right this time.
  
  Revision  ChangesPath
  1.30  +1 -1  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- components.html   29 Apr 2002 22:34:11 -  1.29
  +++ components.html   29 Apr 2002 22:35:31 -  1.30
  @@ -205,7 +205,7 @@
br /
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.2/;Release
 1.2/a - 29 Apr 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/;Release
 1.2/a - 29 Apr 2002/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/;Release
 1.1.1/a - 16 Oct 2001/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1/;Release
 1.1/a - 22 Sep 2001/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/;Release
 1.0/a - 14 July 2001/li
  
  
  
  1.26  +1 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- components.xml29 Apr 2002 22:34:11 -  1.25
  +++ components.xml29 Apr 2002 22:35:31 -  1.26
  @@ -71,7 +71,7 @@
br/
Releases:
ul
  -   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.2/;Release
 1.2/a - 29 Apr 2002/li
  +   lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/;Release
 1.2/a - 29 Apr 2002/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/;Release
 1.1.1/a - 16 Oct 2001/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1/;Release
 1.1/a - 22 Sep 2001/li
  lia 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/;Release
 1.0/a - 14 July 2001/li
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-commons/xdocs components.xml

2002-04-22 Thread dmitri

dmitri  02/04/22 18:33:42

  Modified:xdocs/stylesheets project.xml
   xdocscomponents.xml
  Log:
  Added a link to JXPath home page
  
  Revision  ChangesPath
  1.29  +1 -1  jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml   23 Apr 2002 00:19:46 -  1.28
  +++ project.xml   23 Apr 2002 01:33:42 -  1.29
  @@ -84,7 +84,7 @@
   
   item name=HTTP Clienthref=/httpclient/
   
  -item name=JXPath 
href=http://cvs.apache.org/viewcvs/jakarta-commons/jxpath//
  +item name=JXPath href=/jxpath/index.html/
   
   item name=Latka  href=/latka/index.html/
   
  
  
  
  1.21  +3 -2  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- components.xml23 Apr 2002 00:19:46 -  1.20
  +++ components.xml23 Apr 2002 01:33:42 -  1.21
  @@ -134,10 +134,11 @@
  !-- /DBCP --
   
  !-- JXPath --
  -dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons/jxpath/;JXPath/a/big/b/dt
  +dtbbiga 
href=http://jakarta.apache.org/commons/jxpath/;JXPath/a/big/b/dt
   dd
Commons-JXPath provides utilities for manipulating Java classes that conform 
to the
  - JavaBeans naming conventions using the XPath syntax.
  + JavaBeans naming conventions using the XPath syntax.  It also supports maps 
and similar
  + objects, DOM and other object models.
   /dd
  !-- /JXPath --
   
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-commons/xdocs components.xml

2002-02-23 Thread rdonkin

rdonkin 02/02/23 02:19:19

  Modified:docs components.html
   xdocscomponents.xml
  Log:
  Added pithy component description for commons-util provided by Daniel Rall
  
  Revision  ChangesPath
  1.21  +3 -1  jakarta-commons/docs/components.html
  
  Index: components.html
  ===
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- components.html   21 Feb 2002 19:25:07 -  1.20
  +++ components.html   23 Feb 2002 10:19:18 -  1.21
  @@ -392,7 +392,9 @@
   !-- Util --
   dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/util/;Util/a/big/b/dt
   dd
  - iSomeone please describe Util here./i
  +  Home to latchkey code that one might expect to find in the
  +  java.util, java.lang, or java.text packages which does not fall
  +  clearly into the domain of another Commons package.
   /dd
   !-- /Util --
   
  
  
  
  1.17  +3 -1  jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- components.xml20 Feb 2002 22:52:48 -  1.16
  +++ components.xml23 Feb 2002 10:19:19 -  1.17
  @@ -233,7 +233,9 @@
   !-- Util --
   dtbbiga 
href=http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/util/;Util/a/big/b/dt

   dd
  - iSomeone please describe Util here./i
  +  Home to latchkey code that one might expect to find in the
  +  java.util, java.lang, or java.text packages which does not fall
  +  clearly into the domain of another Commons package.
   /dd
   !-- /Util --
   
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]