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 2004/08/12 09:02:28 UTC

cvs commit: jakarta-commons/jelly/src/test/org/apache/commons/jelly/core testFileTag.jelly

dion        2004/08/12 00:02:28

  Modified:    jelly/src/test/org/apache/commons/jelly/core
                        testFileTag.jelly
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.2       +5 -5      jakarta-commons/jelly/src/test/org/apache/commons/jelly/core/testFileTag.jelly
  
  Index: testFileTag.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/core/testFileTag.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- testFileTag.jelly	12 Aug 2004 07:02:14 -0000	1.1
  +++ testFileTag.jelly	12 Aug 2004 07:02:28 -0000	1.2
  @@ -1,6 +1,6 @@
  -<j:jelly xmlns:j="jelly:core">
  -	<j:file name="target/testFileTag.tmp" outputMode="html">
  -      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  -      </html>
  -    </j:file>
  +<j:jelly xmlns:j="jelly:core">
  +	<j:file name="target/testFileTag.tmp" outputMode="html">
  +      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  +      </html>
  +    </j:file>
   </j:jelly>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org