dion        2003/01/16 15:31:35

  Modified:    jelly/src/test/org/apache/commons/jelly run_all.jelly
  Log:
  remove scripts that are now in other plugins
  
  Revision  Changes    Path
  1.6       +0 -11     
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/run_all.jelly
  
  Index: run_all.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/run_all.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- run_all.jelly     3 Jun 2002 05:14:29 -0000       1.5
  +++ run_all.jelly     16 Jan 2003 23:31:35 -0000      1.6
  @@ -5,20 +5,9 @@
     <j:include uri="/src/test/org/apache/commons/jelly/hello_world.jelly"/>
     
   
  -  <!-- include other relative scripts... -->
  -  <j:include uri="example2.jelly"/>  
  -  <j:include uri="jsl/example.jelly"/> 
  -  <j:include uri="ant/filescanner.jelly"/> 
  -
      
     <!-- now lets try pass in a variable to a child script -->
     <j:set var="foo">bar</j:set>
     <j:include uri="testFindVariable.jelly"/>
     
  -  <!-- loading all dynamic tags libraries -->
  -  <j:include uri="define/babelfishTaglib.jelly"/>
  -  
  -  <!-- now run a script using the new taglib -->
  -  <j:include uri="define/example.jelly"/>
  -
   </j:jelly>
  
  
  

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

Reply via email to