[jboss-cvs] jboss-seam/examples/ui/resources ...

Christian Bauer christian at hibernate.org
Wed Dec 19 10:07:40 EST 2007


  User: cbauer  
  Date: 07/12/19 10:07:40

  Modified:    examples/ui/resources  import.sql
  Log:
  JBSEAM-2409, Removed SLASH from seam text grammar and updated examples
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/ui/resources/import.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/resources/import.sql,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- import.sql	13 Jun 2007 23:49:05 -0000	1.6
  +++ import.sql	19 Dec 2007 15:07:40 -0000	1.7
  @@ -1,4 +1,4 @@
  -insert into person (name, age, hobbies) values ('Peter Muir', 25, '/works on Seam/, *of course*');
  +insert into person (name, age, hobbies) values ('Peter Muir', 25, '*works on Seam*, *of course*');
   insert into continent(name) values('North America');
   insert into continent(name) values('South America');
   insert into continent(name) values('Australasia');
  
  
  



More information about the jboss-cvs-commits mailing list