You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/01/17 00:32:21 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly show_args.jelly

dion        2003/01/16 15:32:21

  Modified:    jelly/src/test/org/apache/commons/jelly show_args.jelly
  Log:
  Add some whitespace
  
  Revision  Changes    Path
  1.5       +1 -2      jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/show_args.jelly
  
  Index: show_args.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/show_args.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- show_args.jelly	14 Jun 2002 11:22:33 -0000	1.4
  +++ show_args.jelly	16 Jan 2003 23:32:20 -0000	1.5
  @@ -1,9 +1,8 @@
   <?xml version="1.0"?>
   
   <!-- displays the current command line arguments -->
  -
  -
   <j:jelly xmlns:j="jelly:core">
  +
   <arguments>
     <j:forEach var="arg" items="${args}" begin="1">
         <argument>${arg}"</argument>
  
  
  

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