[jboss-cvs] jboss-seam ...

Christian Bauer christian at hibernate.org
Thu Jun 14 07:11:07 EDT 2007


  User: cbauer  
  Date: 07/06/14 07:11:07

  Modified:    jboss-seam  seam-text.g
  Log:
  Doc changes
  
  Revision  Changes    Path
  1.36      +1 -13     jboss-seam/seam-text.g
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-text.g
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-text.g,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- seam-text.g	14 Jun 2007 10:46:49 -0000	1.35
  +++ seam-text.g	14 Jun 2007 11:11:07 -0000	1.36
  @@ -117,18 +117,6 @@
       | AMPERSAND { append("&"); }
       ;
   
  -monospaceSpecialChars:
  -          st:STAR { append( st.getText() ); }
  -        | sl:SLASH { append( sl.getText() ); }
  -        | h:HAT { append( h.getText() ); }
  -        | p:PLUS { append( p.getText() ); }
  -        | eq:EQ { append( eq.getText() ); }
  -        | hh:HASH { append( hh.getText() ); }
  -        | e:ESCAPE { append( e.getText() ); }
  -        | t:TWIDDLE { append( t.getText() ); }
  -        | u:UNDERSCORE { append( u.getText() ); }
  -    ;
  -
   link: OPEN
         { beginCapture(); } 
         (plain)* 
  @@ -174,7 +162,7 @@
             | e:ESCAPE { append( e.getText() ); }
             | t:TWIDDLE { append( t.getText() ); }
             | u:UNDERSCORE { append( u.getText() ); }
  -          | dq:DOUBLEQUOTE { append( dq.getText() ); }
  +          | htmlSpecialChars
             | newline)+
              BAR { append("</tt>"); }
       ;
  
  
  



More information about the jboss-cvs-commits mailing list