dirkv 2004/10/16 16:31:20
Modified: commons-build/parts sandbox-table.ent
Log:
add Contract & i18n to sandbox component table
Revision Changes Path
1.7 +15 -0 jakarta-commons/commons-build/parts/sandbox-table.ent
Index: sandbox-table.ent
===================================================================
RCS file: /home/cvs/jakarta-commons/commons-build/parts/sandbox-table.ent,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sandbox-table.ent 16 Oct 2004 22:56:55 -0000 1.6
+++ sandbox-table.ent 16 Oct 2004 23:31:20 -0000 1.7
@@ -19,6 +19,13 @@
</td>
</tr>
<tr>
+ <td><a
href="http://jakarta.apache.org/commons/sandbox/contract/">Contract</a></td>
+ <td>
+ This component makes all the nice features available to the java programming
language
+ that come along with contract based programming.
+ </td>
+</tr>
+<tr>
<td><a
href="http://jakarta.apache.org/commons/sandbox/convert/">Convert</a></td>
<td>
Commons-Convert aims to provide a single library dedicated to the task
@@ -52,6 +59,14 @@
<td>
A functor is a function that can be manipulated as an object, or
an object representing a single, generic function.
+ </td>
+</tr>
+<tr>
+ <td><a href="http://jakarta.apache.org/commons/sandbox/i18n/">I18n</a></td>
+ <td>
+ This component adds the feature of localized message bundles that consist of
+ one or many localized texts that belong together. Think of an error message
+ that consists of title, text, summary and error details.
</td>
</tr>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]