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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to