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

Shane Bryzak sbryzak at redhat.com
Sat Mar 24 01:38:10 EDT 2007


  User: sbryzak2
  Date: 07/03/24 01:38:10

  Modified:    examples/seambay/resources  import.sql
  Log:
  added a web service test page
  
  Revision  Changes    Path
  1.2       +15 -0     jboss-seam/examples/seambay/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/seambay/resources/import.sql,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- import.sql	22 Mar 2007 15:02:47 -0000	1.1
  +++ import.sql	24 Mar 2007 05:38:10 -0000	1.2
  @@ -0,0 +1,15 @@
  +insert into category (categoryId, name) values (1, 'Antiques');
  +insert into category (categoryId, name) values (2, 'Art');
  +insert into category (categoryId, name) values (3, 'Books');
  +insert into category (categoryId, name) values (4, 'Cameras and Photography');
  +insert into category (categoryId, name) values (5, 'Cars and Boats');
  +insert into category (categoryId, name) values (6, 'Cell Phones');
  +insert into category (categoryId, name) values (7, 'Clothing and Shoes');
  +insert into category (categoryId, name) values (8, 'Computers');
  +insert into category (categoryId, name) values (9, 'CDs and DVDs');
  +insert into category (categoryId, name) values (10, 'Home Theatre');
  +insert into category (categoryId, name) values (11, 'Home and Garden');
  +insert into category (categoryId, name) values (12, 'Musical Instruments');
  +insert into category (categoryId, name) values (13, 'Sporting goods');
  +insert into category (categoryId, name) values (14, 'Toys');
  +insert into category (categoryId, name) values (15, 'Video Games');
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list