[jboss-cvs] jboss-seam/examples/wiki/src/etc ...

Christian Bauer christian at hibernate.org
Mon Apr 9 04:48:00 EDT 2007


  User: cbauer  
  Date: 07/04/09 04:48:00

  Modified:    examples/wiki/src/etc  import-dev.sql
  Log:
  Minor
  
  Revision  Changes    Path
  1.17      +2 -0      jboss-seam/examples/wiki/src/etc/import-dev.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import-dev.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/import-dev.sql,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- import-dev.sql	9 Apr 2007 08:43:54 -0000	1.16
  +++ import-dev.sql	9 Apr 2007 08:48:00 -0000	1.17
  @@ -105,6 +105,8 @@
   // And some feed entries for these entris
   insert into FEEDENTRY (FEEDENTRY_ID, OBJ_VERSION, LINK, TITLE, AUTHOR, PUBLISHED_ON, UPDATED_ON, DESCRIPTION_TYPE, DESCRIPTION_VALUE, DOCUMENT_ID) values (1, 0, 'http://www.lacewiki.org/wiki/21.lace', 'Entry Six', 'Regular Member', '2007-04-09 12:45:00', '2007-04-09 12:45:00', 'text/html', '<p>Blog Entry Nr.6</p>', 21)
   insert into FEED_FEEDENTRY (FEEDENTRY_ID, FEED_ID) values ('1', '1')
  +insert into FEED_FEEDENTRY (FEEDENTRY_ID, FEED_ID) values ('1', '2')
   insert into FEEDENTRY (FEEDENTRY_ID, OBJ_VERSION, LINK, TITLE, AUTHOR, PUBLISHED_ON, UPDATED_ON, DESCRIPTION_TYPE, DESCRIPTION_VALUE, DOCUMENT_ID) values (2, 0, 'http://www.lacewiki.org/wiki/22.lace', 'This is Blog Entry Seven', 'Regular Member', '2007-04-09 13:45:00', '2007-04-09 13:45:00', 'text/html', '<p>This is a regular blog entry with some text that we need to fill up the layout. Lets just repeat it a few times: This is a regular blog entry with some text that we need to fill up the layout. This is a regular blog entry with some text that we need to fill up the layout.</p><p>@@LF@@@@LF@@This is a blog entry with a picture:</p>@@LF@@@@LF@@<p>[Embedded Image]</p></p>', 22)
   insert into FEED_FEEDENTRY (FEEDENTRY_ID, FEED_ID) values ('2', '1')
  +insert into FEED_FEEDENTRY (FEEDENTRY_ID, FEED_ID) values ('2', '2')
   
  
  
  



More information about the jboss-cvs-commits mailing list