You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/05/21 11:39:53 UTC

cvs commit: jakarta-commons/docs messenger.html commons.html beanutils.html logging.html charter.html cli.html sandbox.html license.html jelly.html directory.html releases.html contributors.html modeler.html betwixt.html versioning.html components.html index.html collections.html digester.html

jstrachan    02/05/21 02:39:53

  Modified:    docs     messenger.html commons.html beanutils.html
                        logging.html charter.html cli.html sandbox.html
                        license.html jelly.html directory.html
                        releases.html contributors.html modeler.html
                        betwixt.html versioning.html components.html
                        index.html collections.html digester.html
  Log:
  Changed link to Jelly to new Maven generated site
  
  Revision  Changes    Path
  1.27      +14 -6     jakarta-commons/docs/messenger.html
  
  Index: messenger.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/messenger.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- messenger.html	9 May 2002 13:49:10 -0000	1.26
  +++ messenger.html	21 May 2002 09:39:52 -0000	1.27
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  @@ -628,15 +628,23 @@
                                       <p>
   
     The Messenger project provides a Messagelet Engine which is
  -
     a JMS based Container which runs in any Servlet Engine
  -
     such as Tomcat 4.0.
   
     The Messagelet Engine provides a simple framework for processing JMS messages in
  -
  -  a variety of ways using either regular JMS MessageListeners, Servlets or even JSP.
  -
  +  a variety of ways using either regular JMS MessageListeners, Message Driven Objects, Servlets or even JSP.
  +</p>
  +                                                <p>
  +  In addition the Messagelet engine provides a Bridge mechanism which allows messages
  +  to be consumed from one destination and connection and sent to another destination, 
  +  possibly using a different JMS connection and provider.
  +  This allows, for example, messages to be consumed on SpiritWave and sent to MQSeries,
  +  possibly applying some custom transformation along the way.  
  +</p>
  +                                                <p>
  +  The Bridge mechanism is provided via the 
  +  <a href="messenger/api/org/apache/commons/messagelet/BridgeMDO.html">BridgeMDO</a> 
  +  and using the &lt;bridge&gt; element inside a subscription deployment descriptor.
   </p>
                                                   <p>
   
  
  
  
  1.34      +1 -1      jakarta-commons/docs/commons.html
  
  Index: commons.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- commons.html	9 May 2002 13:49:10 -0000	1.33
  +++ commons.html	21 May 2002 09:39:52 -0000	1.34
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.34      +1 -1      jakarta-commons/docs/beanutils.html
  
  Index: beanutils.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/beanutils.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- beanutils.html	1 May 2002 00:47:45 -0000	1.33
  +++ beanutils.html	21 May 2002 09:39:52 -0000	1.34
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.8       +1 -1      jakarta-commons/docs/logging.html
  
  Index: logging.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/logging.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- logging.html	1 May 2002 00:47:45 -0000	1.7
  +++ logging.html	21 May 2002 09:39:52 -0000	1.8
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.33      +1 -1      jakarta-commons/docs/charter.html
  
  Index: charter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/charter.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- charter.html	1 May 2002 00:47:45 -0000	1.32
  +++ charter.html	21 May 2002 09:39:52 -0000	1.33
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.4       +1 -1      jakarta-commons/docs/cli.html
  
  Index: cli.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/cli.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cli.html	9 May 2002 13:49:10 -0000	1.3
  +++ cli.html	21 May 2002 09:39:52 -0000	1.4
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.40      +7 -1      jakarta-commons/docs/sandbox.html
  
  Index: sandbox.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/sandbox.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- sandbox.html	9 May 2002 13:49:10 -0000	1.39
  +++ sandbox.html	21 May 2002 09:39:52 -0000	1.40
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  @@ -178,6 +178,12 @@
        Betwixt</a>
        proposal from James Strachan.
     </li>
  +				<li>
  +     <a href="http://jakarta.apache.org/commons/sandbox/jelly/">
  +     Jelly</a>
  +     a Java and XML scripting engine proposal from James Strachan.
  +  </li>
  +
   				<li>
        <a href="messenger.html">
        Messenger</a>
  
  
  
  1.31      +1 -1      jakarta-commons/docs/license.html
  
  Index: license.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/license.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- license.html	1 May 2002 00:47:45 -0000	1.30
  +++ license.html	21 May 2002 09:39:52 -0000	1.31
  @@ -99,7 +99,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.9       +12 -270   jakarta-commons/docs/jelly.html
  
  Index: jelly.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/jelly.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jelly.html	9 May 2002 13:49:10 -0000	1.8
  +++ jelly.html	21 May 2002 09:39:52 -0000	1.9
  @@ -1,280 +1,22 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
   
  -<!-- Content Stylesheet for Site -->
  +<html>
   
  -        
  -<!-- start the processing -->
  -    <!-- ====================================================================== -->
  -    <!-- Main Page Section -->
  -    <!-- ====================================================================== -->
  -    <html>
  -        <head>
  -            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  +<head>
  +  <meta http-equiv="Refresh" CONTENT="1; URL=http://jakarta.apache.org/commons/sandbox/jelly/"> 
  +  <title>Commons - Jelly</title>
  +</head>
   
  -                                                    <meta name="author" value="James Strachan">
  -            <meta name="email" value="jstrachan@apache.org">
  -            
  -           
  -                                    
  -            <title>Commons - </title>
  -        </head>
  -
  -        <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  -                <!-- TOP IMAGE -->
  -                <tr>
  -                    <td align="left">
  -<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
  -</td>
  -<td align="right">
  -<a href="http://jakarta.apache.org/commons/"><img src="./images/logo.jpg" alt="Commons" border="0"/></a>
  -</td>
  -                </tr>
  -            </table>
  -            <table border="0" width="100%" cellspacing="4">
  -                <tr><td colspan="2">
  -                    <hr noshade="" size="1"/>
  -                </td></tr>
  -                
  -                <tr>
  -                    <!-- LEFT SIDE NAVIGATION -->
  -                    <td width="20%" valign="top" nowrap="true">
  -                                <p><strong>Home</strong></p>
  -        <ul>
  -                    <li>    <a href="./index.html">Jakarta Commons</a>
  -</li>
  -                </ul>
  -            <p><strong>About Us</strong></p>
  -        <ul>
  -                    <li>    <a href="./contributors.html">Contributors</a>
  -</li>
  -                    <li>    <a href="./license.html">License</a>
  -</li>
  -                </ul>
  -            <p><strong>Download</strong></p>
  -        <ul>
  -                    <li>    <a href="http://jakarta.apache.org/builds/jakarta-commons/release">Release</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/builds/jakarta-commons/nightly">Nightly</a>
  -</li>
  -                </ul>
  -            <p><strong>Information</strong></p>
  -        <ul>
  -                    <li>    <a href="./index.html">Overview</a>
  -</li>
  -                    <li>    <a href="./components.html">Components</a>
  -</li>
  -                </ul>
  -            <p><strong>Components Repository</strong></p>
  -        <ul>
  -                    <li>    <a href="./beanutils.html">BeanUtils</a>
  -</li>
  -                    <li>    <a href="./cactus/index.html">Cactus</a>
  -</li>
  -                    <li>    <a href="./collections.html">Collections</a>
  -</li>
  -                    <li>    <a href="./digester.html">Digester</a>
  -</li>
  -                    <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/">DBCP</a>
  -</li>
  -                    <li>    <a href="./httpclient">HTTP Client</a>
  -</li>
  -                    <li>    <a href="./jxpath/index.html">JXPath</a>
  -</li>
  -                    <li>    <a href="./latka/index.html">Latka</a>
  -</li>
  -                    <li>    <a href="./logging.html">Logging</a>
  -</li>
  -                    <li>    <a href="./modeler.html">Modeler</a>
  -</li>
  -                    <li>    <a href="./pool/index.html">Pool</a>
  -</li>
  -                    <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons/validator/">Validator</a>
  -</li>
  -                </ul>
  -            <p><strong>Sandbox Components</strong></p>
  -        <ul>
  -                    <li>    <a href="./betwixt.html">Betwixt</a>
  -</li>
  -                    <li>    <a href="./cli.html">CLI</a>
  -</li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  -</li>
  -                    <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
  -</li>
  -                    <li>    <a href="./messenger.html">Messenger</a>
  -</li>
  -                    <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/">Workflow</a>
  -</li>
  -                </ul>
  -            <p><strong>Jakarta Community</strong></p>
  -        <ul>
  -                    <li>    <a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
  -</li>
  -                </ul>
  -            <p><strong>Project Docs</strong></p>
  -        <ul>
  -                    <li>    <a href="./charter.html">Charter</a>
  -</li>
  -                    <li>    <a href="./releases.html">Releases</a>
  -</li>
  -                    <li>    <a href="./versioning.html">Versioning</a>
  -</li>
  -                </ul>
  -                        </td>
  -                    <td width="80%" align="left" valign="top">
  -                                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -      <tr><td bgcolor="#525D76">
  -        <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Jelly : Java and XML based scripting engine"><strong>Jelly : Java and XML based scripting engine</strong></a>
  -        </font>
  -      </td></tr>
  -      <tr><td>
  -        <blockquote>
  -                                    <p>
  -
  -  <ol>
  -
  -
  -
  -    <li>
  -
  -      <a href="jelly.html#Introduction">Introduction</a>
  -
  -    </li>
  -
  -
  -
  -    <li>
  -
  -      <a href="jelly.html#Documentation">Documentation</a>
  -
  -    </li>
  -
  -
  -
  -  </ol>
  -
  -</p>
  -                            </blockquote>
  -        </p>
  -      </td></tr>
  -      <tr><td><br/></td></tr>
  -    </table>
  -                                                <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -      <tr><td bgcolor="#525D76">
  -        <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Introduction"><strong>Introduction</strong></a>
  -        </font>
  -      </td></tr>
  -      <tr><td>
  -        <blockquote>
  -                                    <p>
  -
  -<b>Proposed by :</b> James Strachan
  -
  -</p>
  -                                                <p>
  -
  -  <b>Jelly</b> 
  -
  -</p>
  -                                                <p><em>Jelly</em> is an XML based scripting and processing engine. Jelly borrows many 
  -
  -good ideas from both JSP custom tags, Velocity, Cocoon and the 
  -
  -scripting engine inside XDoclet. Jelly can be used from the command line, inside 
  -
  -Ant or inside a Servlet. 
  -
  -</p>
  -                                                <p>
  -
  -Jelly is completely extendable via custom tags in a similar way to JSP. 
  -
  -Though Jelly is really simple and has no dependencies either Servlets or JSP.
   
  +<body bgcolor="#ffffff" text="#000000" link="#525D76">        
  +    
  +<p>
  +We have moved our Web Page. You should be redirected automatically. If not please click the following link
   </p>
  -                                                <p>We hope Jelly can be both an XML processing and transformation engine, a HTTP 
  -
  -/ JMS / SOAP scripting engine as well as an XML based unit testing framework for 
  -
  -testing XML based applications and web services.</p>
  -                            </blockquote>
  -        </p>
  -      </td></tr>
  -      <tr><td><br/></td></tr>
  -    </table>
  -                                                <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -      <tr><td bgcolor="#525D76">
  -        <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Documentation"><strong>Documentation</strong></a>
  -        </font>
  -      </td></tr>
  -      <tr><td>
  -        <blockquote>
  -                                    <p>
  -
  -There is an <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/jelly/OVERVIEW.html">Overview</a> document.
  -
  -There is also the 
  -
  -<a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/jelly/STATUS.html">status document</a>.
  -
  -or the initial <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/jelly/PROPOSAL.html">proposal</a>.
  -
  -</p>
  -                                                <p>
  -
  -The <a href="http://nagoya.apache.org/gump/javadoc/jakarta-commons-sandbox/jelly/dist/docs/api/">JavaDoc</a> 
  -
  -from the last nightly build is available online or you can download a 
  -
  -<a href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-jelly/">nightly build</a>.
  -
  -</p>
  -                            </blockquote>
  -        </p>
  -      </td></tr>
  -      <tr><td><br/></td></tr>
  -    </table>
  -                                        </td>
  -                </tr>
  -
  -                <!-- FOOTER -->
  -                <tr><td colspan="2">
  -                    <hr noshade="" size="1"/>
  -                </td></tr>
  -                <tr><td colspan="2">
  -                    <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2002, Apache Software Foundation
  -                    </em></font></div>
  -                </td></tr>
  -            </table>
  -        </body>
  -    </html>
  -<!-- end the processing -->
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
   
   
  +<a href="http://jakarta.apache.org/commons/sandbox/jelly">Jelly Home Page</a>
   
  +</body>
   
  +</html>
  
  
  
  1.31      +1 -1      jakarta-commons/docs/directory.html
  
  Index: directory.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/directory.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- directory.html	1 May 2002 00:47:45 -0000	1.30
  +++ directory.html	21 May 2002 09:39:52 -0000	1.31
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.25      +1 -1      jakarta-commons/docs/releases.html
  
  Index: releases.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/releases.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- releases.html	1 May 2002 00:47:45 -0000	1.24
  +++ releases.html	21 May 2002 09:39:52 -0000	1.25
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.34      +1 -1      jakarta-commons/docs/contributors.html
  
  Index: contributors.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/contributors.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- contributors.html	1 May 2002 00:47:45 -0000	1.33
  +++ contributors.html	21 May 2002 09:39:52 -0000	1.34
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.3       +1 -1      jakarta-commons/docs/modeler.html
  
  Index: modeler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/modeler.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- modeler.html	1 May 2002 00:53:19 -0000	1.2
  +++ modeler.html	21 May 2002 09:39:52 -0000	1.3
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.13      +1 -1      jakarta-commons/docs/betwixt.html
  
  Index: betwixt.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/betwixt.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- betwixt.html	9 May 2002 13:49:09 -0000	1.12
  +++ betwixt.html	21 May 2002 09:39:52 -0000	1.13
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.15      +1 -1      jakarta-commons/docs/versioning.html
  
  Index: versioning.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/versioning.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- versioning.html	1 May 2002 00:47:45 -0000	1.14
  +++ versioning.html	21 May 2002 09:39:52 -0000	1.15
  @@ -102,7 +102,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.33      +2 -2      jakarta-commons/docs/components.html
  
  Index: components.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- components.html	9 May 2002 13:49:10 -0000	1.32
  +++ components.html	21 May 2002 09:39:52 -0000	1.33
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  @@ -389,7 +389,7 @@
       <!-- /Email -->
   
       <!-- Jelly -->
  -    <dt><b><big><a href="http://jakarta.apache.org/commons/jelly.html">Jelly</a></big></b></dt>
  +    <dt><b><big><a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a></big></b></dt>
       <dd>
         Jelly is an XML based scripting and processing engine. Jelly borrows many 
         good ideas from both JSP custom tags, Velocity, Cocoon and the 
  
  
  
  1.36      +1 -1      jakarta-commons/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/index.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- index.html	1 May 2002 00:47:45 -0000	1.35
  +++ index.html	21 May 2002 09:39:52 -0000	1.36
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.24      +1 -1      jakarta-commons/docs/collections.html
  
  Index: collections.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/collections.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- collections.html	1 May 2002 00:47:45 -0000	1.23
  +++ collections.html	21 May 2002 09:39:52 -0000	1.24
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  
  1.20      +1 -1      jakarta-commons/docs/digester.html
  
  Index: digester.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/digester.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- digester.html	1 May 2002 00:47:45 -0000	1.19
  +++ digester.html	21 May 2002 09:39:52 -0000	1.20
  @@ -98,7 +98,7 @@
   </li>
                       <li>    <a href="./cli.html">CLI</a>
   </li>
  -                    <li>    <a href="./jelly.html">Jelly</a>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
   </li>
                       <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a>
   </li>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>