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

Peter Muir peter at bleepbleep.org.uk
Thu Mar 22 09:07:19 EDT 2007


  User: pmuir   
  Date: 07/03/22 09:07:19

  Modified:    examples/ui/resources  import.sql
  Log:
  Fix selectItems, add other tags, add commented config for running on RI
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- import.sql	10 Mar 2007 19:09:36 -0000	1.4
  +++ import.sql	22 Mar 2007 13:07:19 -0000	1.5
  @@ -1,4 +1,4 @@
  -insert into person (name, age) values ('Peter Muir', 25);
  +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