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

Peter Muir peter at bleepbleep.org.uk
Wed Jun 13 19:49:05 EDT 2007


  User: pmuir   
  Date: 07/06/13 19:49:05

  Modified:    examples/ui/resources  import.sql
  Log:
  More for the ui example
  
  Revision  Changes    Path
  1.6       +6 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- import.sql	22 Mar 2007 13:07:19 -0000	1.5
  +++ import.sql	13 Jun 2007 23:49:05 -0000	1.6
  @@ -29,3 +29,8 @@
   insert into book(name,author,nationality) values ('The Great Gatsby', 'F. Scott Fitzgerald', 'American')
   insert into book(name,author,nationality) values ('Romeo and Juliet', 'William Shakespeare', 'British')
   insert into book(name,author,nationality) values ('The Illiad', 'Homer', 'Ancient Greek')
  \ No newline at end of file
  +
  +insert into film(name,director) values ('Blade Runner', 'Ridley Scott')
  +insert into film(name,director) values ('E.T.', 'Steven Spielberg')
  +insert into film(name,director) values ('Star Wars', 'George Lucas')
  +insert into film(name,director) values ('Jay and Silent Bob Strike Back', 'Kevin Smith')
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list