You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/02/05 19:27:31 UTC

cvs commit: jakarta-commons/jexl STATUS.html

rdonkin     2003/02/05 10:27:31

  Modified:    jexl     STATUS.html
  Log:
  Add myself to the committer list since i need to make some changes to update the website after promotion
  
  Revision  Changes    Path
  1.2       +78 -77    jakarta-commons/jexl/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/STATUS.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- STATUS.html	26 Apr 2002 04:23:13 -0000	1.1
  +++ STATUS.html	5 Feb 2003 18:27:30 -0000	1.2
  @@ -1,46 +1,46 @@
  -<html>
  -<head>
  -<title>Status File for Jakarta Commons "Jexl" Package</title>
  -<head>
  -<body bgcolor="white">
  -
  -
  -<div align="center">
  -<h1>The Jakarta Commons <em>Jexl</em> Package</h1>
  -$Id$<br>
  -<a href="#Introduction">[Introduction]</a>
  -<a href="#Dependencies">[Dependencies]</a>
  -<a href="#Release Info">[Release Info]</a>
  -<a href="#Committers">[Committers]</a>
  -<a href="#Action Items">[Action Items]</a>
  -<br><br>
  -</div>
  -
  -
  -<a name="Introduction"></a>
  -<h3>1.  INTRODUCTION</h3>
  -
  +<html>
  +<head>
  +<title>Status File for Jakarta Commons "Jexl" Package</title>
  +<head>
  +<body bgcolor="white">
  +
  +
  +<div align="center">
  +<h1>The Jakarta Commons <em>Jexl</em> Package</h1>
  +$Id$<br>
  +<a href="#Introduction">[Introduction]</a>
  +<a href="#Dependencies">[Dependencies]</a>
  +<a href="#Release Info">[Release Info]</a>
  +<a href="#Committers">[Committers]</a>
  +<a href="#Action Items">[Action Items]</a>
  +<br><br>
  +</div>
  +
  +
  +<a name="Introduction"></a>
  +<h3>1.  INTRODUCTION</h3>
  +
   <p>
  -The <em>Jexl</em> package implements a simple expression language
  +The <em>Jexl</em> package implements a simple expression language
   engine. It borrows many ideas from the JSTL Expression Language. Liberally.
   Ok, it's an attempt at and idependent implementation of the JSTL EL with
   extensions.
  -</p>
  -
  -<a name="Dependencies"></a>
  -<h3>2.  DEPENDENCIES</h3>
  -
  -<p>The <em>Jexl</em> package is dependent upon the following external
  -components for development and use:</p>
  -<ul>
  +</p>
  +
  +<a name="Dependencies"></a>
  +<h3>2.  DEPENDENCIES</h3>
  +
  +<p>The <em>Jexl</em> package is dependent upon the following external
  +components for development and use:</p>
  +<ul>
   <li>
  -    <a href="http://java.sun.com/j2se">Java Development Kit</a>
  +    <a href="http://java.sun.com/j2se">Java Development Kit</a>
       (Version 1.2 or later)
  -</li>
  +</li>
   <li>
  -  <a href="http://jakarta.apache.org/commons/logger.html">Jakarta Commons Logger</a>
  +  <a href="http://jakarta.apache.org/commons/logger.html">Jakarta Commons Logger</a>
       (Version 1.0 or later)
  -</li>
  +</li>
   <li>
     <a href="http://jakarta.apache.org/velocity/">Jakarta Velocity</a>
       (Version 1.4 [current CVS] or later) - for introspection support
  @@ -54,47 +54,48 @@
       (latest version) - for documentation generation
   </li>
   <li>
  -<a href="http://www.junit.org">JUnit Testing Framework</a>
  -    (Version 3.7 or later) - for unit tests only, not required
  +<a href="http://www.junit.org">JUnit Testing Framework</a>
  +    (Version 3.7 or later) - for unit tests only, not required
       for deployment
  -</li>
  -</ul>
  -
  -<a name="Release Info"></a>
  -<h3>3.  RELEASE INFO</h3>
  -
  -<p>Current Release:
  -
  -<p>Planned Next Release:  TBD</p>
  -
  -<a name="Committers"></a>
  -<h3>4.  COMMITTERS</h3>
  -
  -<p>The following individuals are the primary developers and maintainers of this
  -component.  Developers who plan to use <em>Jexl</em> in their own
  -projects are encouraged to collaborate on the future development of this
  -component to ensure that it continues to meet a variety of needs.</p>
  -<ul>
  -   <li><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a></li>
  -   <li><a href="mailto:jstrachan@apache.org">James Strachan</a></li>
  -</ul>
  -
  -&nbsp;<a name="Action Items"></a><h3>5.  ACTION ITEMS</h3>
  -
  -<p>Want to help?  Here's some "to do" items the team has identified.</p>
  -
  -<table border="1">
  -  <tr>
  -    <th width="80%">Action Item</th>
  -    <th width="20%">Volunteer</th>
  -  </tr>
  -
  -  <tr>
  -    <td>Please read the TODO.txt document in CVS</td>
  -    <td align="center">&nbsp;</td>
  -  </tr>
  -
  -  </table>
  -
  -</body>
  +</li>
  +</ul>
  +
  +<a name="Release Info"></a>
  +<h3>3.  RELEASE INFO</h3>
  +
  +<p>Current Release:
  +
  +<p>Planned Next Release:  TBD</p>
  +
  +<a name="Committers"></a>
  +<h3>4.  COMMITTERS</h3>
  +
  +<p>The following individuals are the primary developers and maintainers of this
  +component.  Developers who plan to use <em>Jexl</em> in their own
  +projects are encouraged to collaborate on the future development of this
  +component to ensure that it continues to meet a variety of needs.</p>
  +<ul>
  +   <li><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a></li>
  +   <li><a href="mailto:jstrachan@apache.org">James Strachan</a></li>
  +   <li><a href="mailto:rdonkin@apache.org">Robert Burrell Donkin</a></li>
  +</ul>
  +
  +&nbsp;<a name="Action Items"></a><h3>5.  ACTION ITEMS</h3>
  +
  +<p>Want to help?  Here's some "to do" items the team has identified.</p>
  +
  +<table border="1">
  +  <tr>
  +    <th width="80%">Action Item</th>
  +    <th width="20%">Volunteer</th>
  +  </tr>
  +
  +  <tr>
  +    <td>Please read the TODO.txt document in CVS</td>
  +    <td align="center">&nbsp;</td>
  +  </tr>
  +
  +  </table>
  +
  +</body>
   </html>
  
  
  

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