geirm       2003/12/23 05:28:37

  Modified:    src/java/org/apache/velocity/runtime/parser Parser.jjt
  Log:
  old change to allow newlines in directives and such.  There are two bugs
  in bugzilla (requests)  24338. (and want to recognize will for taking a
  stab at it...)
  
  Revision  Changes    Path
  1.80      +2 -2      
jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jjt
  
  Index: Parser.jjt
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jjt,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- Parser.jjt        29 Oct 2003 11:18:58 -0000      1.79
  +++ Parser.jjt        23 Dec 2003 13:28:36 -0000      1.80
  @@ -809,7 +809,7 @@
   <DIRECTIVE,REFMOD2>
   TOKEN:
   {
  -    <WHITESPACE : ([" ","\t"])+ >
  +    <WHITESPACE : ([" ","\t", "\n", "\r"])+ >
   }
   
   <DIRECTIVE,REFMOD2>
  
  
  

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

Reply via email to