[jboss-cvs] jboss-seam ...

Christian Bauer christian at hibernate.org
Wed Sep 26 05:31:51 EDT 2007


  User: cbauer  
  Date: 07/09/26 05:31:51

  Modified:    jboss-seam  seam-text.g
  Log:
  Disabled default ANTLR parser error handler and log errors in UIFormattedText
  
  Revision  Changes    Path
  1.40      +1 -0      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.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- seam-text.g	7 Sep 2007 02:15:05 -0000	1.39
  +++ seam-text.g	26 Sep 2007 09:31:51 -0000	1.40
  @@ -7,6 +7,7 @@
   options
   {
   	k=4;
  +	defaultErrorHandler=false;
   }
   {   
   	private java.util.Set htmlElements = new java.util.HashSet( java.util.Arrays.asList( new String[] { "a", "p", "q", "code", "pre", "table", "tr", "td", "th", "ul", "ol", "li", "b", "i", "u", "tt", "del", "em", "hr", "br", "div", "span", "h1", "h2", "h3", "h4", "img" , "object", "param", "embed"} ) );
  
  
  



More information about the jboss-cvs-commits mailing list