dion 2002/11/18 05:27:23 Modified: jelly/src/test/org/apache/commons/jelly/jsl suite.jelly Log: Add dummy ns just in case :) Revision Changes Path 1.2 +2 -1 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/jsl/suite.jelly Index: suite.jelly =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/jsl/suite.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- suite.jelly 18 Nov 2002 12:35:08 -0000 1.1 +++ suite.jelly 18 Nov 2002 13:27:23 -0000 1.2 @@ -4,7 +4,8 @@ xmlns:m="jelly:jeez" xmlns:test="jelly:junit" xmlns:u="jelly:util" - xmlns:x="jelly:xml"> + xmlns:x="jelly:xml" + xmlns="dummy"> <!-- see if we can break template --> <m:fileScanner var="files">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>