rwaldhoff 2003/10/29 16:26:04
Modified: docs beanutils.html charter.html collections.html
commons.html components.html contributors.html
dbcp.html digester.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
Log:
updated with primitives links
Revision Changes Path
1.91 +2 -0 jakarta-commons/docs/beanutils.html
Index: beanutils.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/beanutils.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- beanutils.html 24 Oct 2003 05:17:22 -0000 1.90
+++ beanutils.html 30 Oct 2003 00:26:03 -0000 1.91
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.87 +2 -0 jakarta-commons/docs/charter.html
Index: charter.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/charter.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- charter.html 24 Oct 2003 05:17:22 -0000 1.86
+++ charter.html 30 Oct 2003 00:26:03 -0000 1.87
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.77 +2 -0 jakarta-commons/docs/collections.html
Index: collections.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/collections.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- collections.html 24 Oct 2003 05:17:22 -0000 1.76
+++ collections.html 30 Oct 2003 00:26:03 -0000 1.77
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.91 +2 -0 jakarta-commons/docs/commons.html
Index: commons.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- commons.html 24 Oct 2003 05:17:22 -0000 1.90
+++ commons.html 30 Oct 2003 00:26:03 -0000 1.91
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.126 +11 -0 jakarta-commons/docs/components.html
Index: components.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/components.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- components.html 24 Oct 2003 05:17:22 -0000 1.125
+++ components.html 30 Oct 2003 00:26:03 -0000 1.126
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
@@ -479,6 +481,15 @@
</ul>
</dd>
<!-- /Net -->
+
+ <!-- Primitives -->
+ <dt><b><big><a
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 -->
<dt><b><big><a
href="http://jakarta.apache.org/commons/pool/">Pool</a></big></b></dt>
1.90 +2 -0 jakarta-commons/docs/contributors.html
Index: contributors.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/contributors.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- contributors.html 24 Oct 2003 05:17:22 -0000 1.89
+++ contributors.html 30 Oct 2003 00:26:03 -0000 1.90
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.45 +2 -0 jakarta-commons/docs/dbcp.html
Index: dbcp.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/dbcp.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- dbcp.html 24 Oct 2003 05:17:22 -0000 1.44
+++ dbcp.html 30 Oct 2003 00:26:03 -0000 1.45
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.79 +2 -0 jakarta-commons/docs/digester.html
Index: digester.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/digester.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- digester.html 24 Oct 2003 05:17:22 -0000 1.78
+++ digester.html 30 Oct 2003 00:26:03 -0000 1.79
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.83 +2 -0 jakarta-commons/docs/directory.html
Index: directory.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/directory.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- directory.html 24 Oct 2003 05:17:22 -0000 1.82
+++ directory.html 30 Oct 2003 00:26:03 -0000 1.83
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.45 +2 -0 jakarta-commons/docs/discovery.html
Index: discovery.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/discovery.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- discovery.html 24 Oct 2003 05:17:22 -0000 1.44
+++ discovery.html 30 Oct 2003 00:26:03 -0000 1.45
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.19 +2 -0 jakarta-commons/docs/el.html
Index: el.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/el.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- el.html 24 Oct 2003 05:17:22 -0000 1.18
+++ el.html 30 Oct 2003 00:26:03 -0000 1.19
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.90 +3 -1 jakarta-commons/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/index.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- index.html 24 Oct 2003 05:17:22 -0000 1.89
+++ index.html 30 Oct 2003 00:26:03 -0000 1.90
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
@@ -212,7 +214,7 @@
<blockquote>
<b>Welcome to the Commons!</b>
<p>
- The Commons is a new Jakarta subproject focused on all aspects of
+ The Commons is a Jakarta subproject focused on all aspects of
reusable Java components.
</p>
<p>The Jakarta Commons project is
composed of two parts:</p>
1.20 +2 -0 jakarta-commons/docs/jexl.html
Index: jexl.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/jexl.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- jexl.html 24 Oct 2003 05:17:22 -0000 1.19
+++ jexl.html 30 Oct 2003 00:26:03 -0000 1.20
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.56 +2 -0 jakarta-commons/docs/lang.html
Index: lang.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/lang.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- lang.html 24 Oct 2003 05:17:22 -0000 1.55
+++ lang.html 30 Oct 2003 00:26:03 -0000 1.56
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.86 +2 -0 jakarta-commons/docs/license.html
Index: license.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/license.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- license.html 24 Oct 2003 05:17:22 -0000 1.85
+++ license.html 30 Oct 2003 00:26:03 -0000 1.86
@@ -138,6 +138,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.63 +2 -0 jakarta-commons/docs/logging.html
Index: logging.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/logging.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- logging.html 24 Oct 2003 05:17:22 -0000 1.62
+++ logging.html 30 Oct 2003 00:26:03 -0000 1.63
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.56 +2 -0 jakarta-commons/docs/modeler.html
Index: modeler.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/modeler.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- modeler.html 24 Oct 2003 05:17:22 -0000 1.55
+++ modeler.html 30 Oct 2003 00:26:03 -0000 1.56
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.42 +2 -0 jakarta-commons/docs/patches.html
Index: patches.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/patches.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- patches.html 24 Oct 2003 05:17:22 -0000 1.41
+++ patches.html 30 Oct 2003 00:26:03 -0000 1.42
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.45 +2 -0 jakarta-commons/docs/pool.html
Index: pool.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/pool.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- pool.html 24 Oct 2003 05:17:22 -0000 1.44
+++ pool.html 30 Oct 2003 00:26:03 -0000 1.45
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.82 +2 -0 jakarta-commons/docs/releases.html
Index: releases.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/releases.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- releases.html 24 Oct 2003 05:17:22 -0000 1.81
+++ releases.html 30 Oct 2003 00:26:03 -0000 1.82
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.92 +2 -0 jakarta-commons/docs/sandbox.html
Index: sandbox.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/sandbox.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- sandbox.html 24 Oct 2003 05:17:22 -0000 1.91
+++ sandbox.html 30 Oct 2003 00:26:03 -0000 1.92
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.67 +2 -0 jakarta-commons/docs/versioning.html
Index: versioning.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/versioning.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- versioning.html 24 Oct 2003 05:17:22 -0000 1.66
+++ versioning.html 30 Oct 2003 00:26:03 -0000 1.67
@@ -141,6 +141,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.43 +2 -0 jakarta-commons/docs/volunteering.html
Index: volunteering.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/volunteering.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- volunteering.html 24 Oct 2003 05:17:22 -0000 1.42
+++ volunteering.html 30 Oct 2003 00:26:03 -0000 1.43
@@ -139,6 +139,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.16 +2 -0 jakarta-commons/docs/releases/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/releases/index.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- index.html 24 Oct 2003 05:17:23 -0000 1.15
+++ index.html 30 Oct 2003 00:26:04 -0000 1.16
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.17 +2 -0 jakarta-commons/docs/releases/mirror.html
Index: mirror.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/releases/mirror.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mirror.html 24 Oct 2003 05:17:23 -0000 1.16
+++ mirror.html 30 Oct 2003 00:26:04 -0000 1.17
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.18 +2 -0 jakarta-commons/docs/releases/prepare.html
Index: prepare.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/releases/prepare.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- prepare.html 24 Oct 2003 05:17:23 -0000 1.17
+++ prepare.html 30 Oct 2003 00:26:04 -0000 1.18
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
1.19 +2 -0 jakarta-commons/docs/releases/release.html
Index: release.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/releases/release.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- release.html 24 Oct 2003 05:17:23 -0000 1.18
+++ release.html 30 Oct 2003 00:26:04 -0000 1.19
@@ -137,6 +137,8 @@
</li>
<li> <a
href="http://jakarta.apache.org/commons/pool">Pool</a>
</li>
+ <li> <a
href="http://jakarta.apache.org/commons/primitives">Primitives</a>
+</li>
<li> <a
href="http://jakarta.apache.org/commons/validator/index.html">Validator</a>
</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]