dion        2005/01/26 04:33:29

  Modified:    jelly/src/test/org/apache/commons/jelly/test/xml
                        nonexistentTags1.jelly
  Log:
  Changing script to use completely fictitious library instead of a well known 
one.
  
  PR: JELLY-198
  Obtained from: N/A
  Submitted by: Marc DeXet
  Reviewed by:  dIon Gillard
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/nonexistentTags1.jelly
  
  Index: nonexistentTags1.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/nonexistentTags1.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nonexistentTags1.jelly    8 Sep 2004 05:41:32 -0000       1.3
  +++ nonexistentTags1.jelly    26 Jan 2005 12:33:28 -0000      1.4
  @@ -15,7 +15,7 @@
     limitations under the License.
   -->
   <j:jelly 
  -    xmlns:j="jelly:core" xmlns:x="jelly:xml">
  +    xmlns:j="jelly:core" 
xmlns:x="jelly:org.apache.commons.jelly.DOESNOTEXIST">
     
     <j:set var="foo" value="bar"/>
     
  
  
  

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

Reply via email to