jstrachan    02/05/26 02:24:53

  Modified:    jelly    .cvsignore
               jelly/src/java/org/apache/commons/jelly/expression
                        package.html
               jelly/src/java/org/apache/commons/jelly/tags/jsl
                        package.html
  Added:       jelly/src/java/org/apache/commons/jelly/expression/jexl
                        package.html
  Log:
  Made some javadoc changes to tidy things up a bit and describe things a bit more
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-commons-sandbox/jelly/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/.cvsignore,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- .cvsignore        22 May 2002 17:45:19 -0000      1.3
  +++ .cvsignore        26 May 2002 09:24:52 -0000      1.4
  @@ -4,3 +4,4 @@
   velocity.log
   .project
   
  +commons-jelly-1.0-dev-site.tar.gz
  
  
  
  1.3       +1 -3      
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/expression/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/expression/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html      17 May 2002 15:18:15 -0000      1.2
  +++ package.html      26 May 2002 09:24:52 -0000      1.3
  @@ -3,9 +3,7 @@
   </head>
   <body>
   
  -  <p>Expressions used to turn the tag attribute values into compiled
  -  expression objects for languages such as Velocity, XPath, beanshell, Rhino 
  -  etc.
  +  <p>Implementations of the Expression classes using commons-jexl.
     </p>
   
   </body>
  
  
  
  1.2       +5 -1      
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jsl/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jsl/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      25 May 2002 18:27:21 -0000      1.1
  +++ package.html      26 May 2002 09:24:52 -0000      1.2
  @@ -3,10 +3,14 @@
   </head>
   <body>
   
  -  <h1>The Jelly StylesheetLibrary (JSL)</h1>
  +  <p>The Jelly Stylesheet Library (JSL)</p>
     
     <p>The JSL tag library implements an XSLT-like declarative XML based processing 
engine which allows 
        dynamic stylesheets and a free mix and match of all Jelly tags within the 
script.
  +  </p>
  +  <p>
  +     The JSL tag library relies on the XML tags in JSTL to do most of its work, so 
JSL just provides
  +     the declarative XML processing via &lt;jsl:stylesheet&gt;  
&lt;jsl:template&gt; and  &lt;jsl:applyTemplates&gt;
     </p>
     
   </body>
  
  
  
  1.1                  
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/expression/jexl/package.html
  
  Index: package.html
  ===================================================================
  <html>
  <head>
  </head>
  <body>
  
    <p>Expressions used to turn the tag attribute values into compiled
    expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino 
    etc.
    </p>
  
  </body>
  </html>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to