rdonkin 2003/02/11 11:40:57
Modified: docs components.html
xdocs components.xml
Log:
Added Jexl to components list.
Revision Changes Path
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 -0000 1.89
+++ components.html 11 Feb 2003 19:40:57 -0000 1.90
@@ -494,7 +494,7 @@
<dd>
EL is a JSP 2.0 Expression Language Interpreter.
</dd>
- <!-- /Net -->
+ <!-- /EL -->
<!-- FileUpload -->
<dt><b><big><a
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 -->
+ <dt><b><big><a
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 -->
<dt><b><big><a
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.xml 11 Feb 2003 19:30:48 -0000 1.74
+++ components.xml 11 Feb 2003 19:40:57 -0000 1.75
@@ -287,7 +287,7 @@
<dd>
EL is a JSP 2.0 Expression Language Interpreter.
</dd>
- <!-- /Net -->
+ <!-- /EL -->
<!-- FileUpload -->
<dt><b><big><a
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 -->
+ <dt><b><big><a
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 -->
<dt><b><big><a
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]