[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/model ...

Christian Bauer christian at hibernate.org
Thu May 3 10:10:50 EDT 2007


  User: cbauer  
  Date: 07/05/03 10:10:50

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/model 
                        Node.java
  Log:
  Resizable text editor area with jQuery
  
  Revision  Changes    Path
  1.14      +1 -0      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/model/Node.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Node.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/model/Node.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- Node.java	27 Apr 2007 10:33:40 -0000	1.13
  +++ Node.java	3 May 2007 14:10:50 -0000	1.14
  @@ -52,6 +52,7 @@
       @Column(name = "NAME", length = 255, nullable = false)
       @Length(min = 3, max = 255)
       @Pattern(regex="[a-zA-Z]?.+", message="Name must start with a letter")
  +    @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED)
       protected String name;
   
       @Column(name = "WIKINAME", length = 255, nullable = false)
  
  
  



More information about the jboss-cvs-commits mailing list