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

Gavin King gavin.king at jboss.com
Thu Oct 12 01:52:19 EDT 2006


  User: gavin   
  Date: 06/10/12 01:52:19

  Modified:    examples/portal/resources  import.sql
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/portal/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/portal/resources/import.sql,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- import.sql	7 Apr 2006 20:14:24 -0000	1.1
  +++ import.sql	12 Oct 2006 05:52:19 -0000	1.2
  @@ -1,5 +1,5 @@
  -insert into User (username, password, name) values ('gavin', 'foobar', 'Gavin King')
  -insert into User (username, password, name) values ('demo', 'demo', 'Demo User')
  +insert into Users (username, password, name) values ('gavin', 'foobar', 'Gavin King')
  +insert into Users (username, password, name) values ('demo', 'demo', 'Demo User')
   insert into Hotel (id, name, address, city, state, zip) values (1, 'Marriott Courtyard', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305')
   insert into Hotel (id, name, address, city, state, zip) values (2, 'Doubletree', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305')
   insert into Hotel (id, name, address, city, state, zip) values (3, 'W Hotel', 'Union Square, Manhattan', 'NY', 'NY', '10011')
  
  
  



More information about the jboss-cvs-commits mailing list