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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Feb 7 19:19:39 EST 2007


  User: sbryzak2
  Date: 07/02/07 19:19:39

  Modified:    examples/contactlist/resources  import.sql
  Log:
  Fixed my name, Australian geography :)
  
  Revision  Changes    Path
  1.4       +3 -3      jboss-seam/examples/contactlist/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/contactlist/resources/import.sql,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- import.sql	27 Oct 2006 13:42:44 -0000	1.3
  +++ import.sql	8 Feb 2007 00:19:39 -0000	1.4
  @@ -1,3 +1,3 @@
   insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country, version ) values ( 'Gavin', 'King', null, 'Peachtree Rd', 'Atlanta', 'GA', '30305', 'USA', 1 )
   insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country, version ) values ( 'Norman', 'Richards', null, null, 'Austin', 'TX', '78701', 'USA', 1 )
  -insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country, version ) values ( 'Shane', 'Bryzack', null, null, 'Brisbane', 'Vic', null, 'Australia', 1 )
  +insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country, version ) values ( 'Shane', 'Bryzak', null, null, 'Brisbane', 'QLD', null, 'Australia', 1 )
  
  
  



More information about the jboss-cvs-commits mailing list