dmitri 02/04/28 19:08:39
Modified: xdocs components.xml
Log:
Added JXPath 1.0b1
Revision Changes Path
1.24 +14 -9 jakarta-commons/xdocs/components.xml
Index: components.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- components.xml 24 Apr 2002 14:02:21 -0000 1.23
+++ components.xml 29 Apr 2002 02:08:39 -0000 1.24
@@ -108,6 +108,20 @@
</dd>
<!-- /HTTP Client -->
+ <!-- JXPath -->
+ <dt><b><big><a 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. It also supports maps, DOM and
+ other object models.
+ <br/>
+ Releases:
+ <ul>
+ <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-jxpath/v1.0/">Release
1.0 Beta 1</a> - 29 April 2002</li>
+ </ul>
+ </dd>
+ <!-- /JXPath -->
+
<!-- Latka -->
<dt><b><big><a href="http://jakarta.apache.org/commons/latka">Latka</a></big></b></dt>
<dd>
@@ -132,15 +146,6 @@
Commons-DBCP provides database connection and object pooling services.
</dd>
<!-- /DBCP -->
-
- <!-- JXPath -->
- <dt><b><big><a 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. It also supports maps and similar
- objects, DOM and other object models.
- </dd>
- <!-- /JXPath -->
<!-- Pool -->
<dt><b><big><a href="./pool/index.html">Pool</a></big></b></dt>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.org>
|