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

Peter Muir peter at bleepbleep.org.uk
Tue Apr 3 14:32:38 EDT 2007


  User: pmuir   
  Date: 07/04/03 14:32:38

  Modified:    examples/seamdiscs/resources   messages_en.properties
                        import-dev.sql
  Log:
  Lots of improvements for seamdiscs
  
  Revision  Changes    Path
  1.2       +3 -0      jboss-seam/examples/seamdiscs/resources/messages_en.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: messages_en.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/resources/messages_en.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- messages_en.properties	28 Mar 2007 19:12:45 -0000	1.1
  +++ messages_en.properties	3 Apr 2007 18:32:38 -0000	1.2
  @@ -1,3 +1,6 @@
  +org.jboss.seam.example.seamdiscs.model.Artist=Solo Artist
  +org.jboss.seam.example.seamdiscs.model.Band=Band
  +
   up=\u2191
   down=\u2193
   left=\u2039
  
  
  
  1.2       +38 -4     jboss-seam/examples/seamdiscs/resources/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/seamdiscs/resources/import-dev.sql,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- import-dev.sql	28 Mar 2007 19:12:45 -0000	1.1
  +++ import-dev.sql	3 Apr 2007 18:32:38 -0000	1.2
  @@ -1,4 +1,38 @@
  -insert into artist(dtype,name) values ('Band', 'Pink Floyd')
  -insert into artist(dtype,name) values ('Band', 'Fairport Convention')
  -insert into disc (name, artist_id) values ('Dark Side of the Moon', 1)
  -insert into disc (name, artist_id) values ('Liege and Lief', 2)
  \ No newline at end of file
  +insert into artist (dtype,name, description) values ('Band', 'Pink Floyd', 'A leading prog rock band hailing from England, Pink Floyd had a varied line up, perhaps most affected by the sad loss of Sid Barret to drugs')
  +insert into artist (dtype,name, description) values ('Band', 'Fairport Convention', 'The first band to do folk-rock in the UK, Fairport Convention shaped British music for a decade')
  +insert into artist (dtype,name, description) values ('Artist', 'Bob Dylan', 'Bob Dylan grew out of the US folk scene and was considered *Woodie Guthries* successor by many.  Famously he was involved in the civil rights movement, writing and singing protest songs.  At the /1965 Newport Folk Festival/ Dylan /went electric/, heralding a new (and, in many critics eyes, lesser) period.  Famously, folk luminary, /Pete Seeger/ stormed out.')
  +insert into artist (dtype,name, description) values ('Band', 'Led Zepplin', 'A British rock band of the 1970s')
  +insert into artist (dtype, name, description) values ('Artist', 'Ry Cooder', '/Ry Cooder/ has had a very varied career.  He came to mainstream attention with the *Buena Vista Social Club* album, which lead to greater interest in Cuban music.  His latest album follows /Buddy/, a cat, travelling around the US')
  +insert into artist (dtype,name,description) values ('Artist', 'Richard Thompson', 'Voted one of the top 50 guitarists ever, /Richard Thompson/ is one of the unsung stars of the last 30 years.  First playing with /Fairport Convention/, he then dueted with his wife /Linda/, splitting in the mid 80s.  Since then he has been recording and playing as a solo artist, sometimes with a backing band, and, more often than not, with the incomprable /Danny Thompson/ on bass.')
  +insert into artist (dtype,name,description) values ('Band', 'Capercaillie', '/Capercaillie/ were the first to take traditional and Celtic music and give it a *groove*.  Highly successful, the members are now pursuing side projects - both /Karen Mathieson/ and /Mike McGoldrick/ have solo albums out.')
  +
  +insert into disc (name, artist_id, description) values ('Dark Side of the Moon', 1, 'The definitive Pink Floyd album')
  +insert into disc (name, artist_id, description) values ('Liege and Lief', 2, 'The *first* folk-rock album ever made in the UK, this was the only studio recording of the classic line up of /Sandy Denny/, /Richard Thompson/, /Dave Swarbick/, /Ashley Hutchings/ and /Simon Nicol/')
  +insert into disc (name, artist_id) values ('The Wall', 1)
  +insert into disc (name, artist_id) values ('The Freewheelin Bob Dylan', 3)
  +insert into disc (name, artist_id, release) values ('Blood on the Tracks', 3, '1975-01-01')
  +insert into disc (name, artist_id) values ('Desire', 3)
  +insert into disc (name, artist_id) values ('Led Zepplin 1', 4)
  +insert into disc (name, artist_id, description) values ('Buena Vista Social Club', 5, 'This album brough Cuban music to the attention of the world')
  +insert into disc (name, artist_id, description) values ('Chavez Ravine', 5, 'Written about /Ry Cooder/ birthplace')
  +insert into disc (name, artist_id, release, description) values ('My Name is Buddy', 5, '2007-01-01', 'Follows Buddy the Cat as he explores the USA')
  +insert into disc (name, artist_id) values ('Mock Tudor', 6)
  +insert into disc (name, artist_id) values ('Front Parlour Ballads', 6)
  +
  +insert into bandmember (name, band_id) values ('Syd Barett', 1)
  +insert into bandmember (name, band_id) values ('David Gilmor', 1)
  +insert into bandmember (name, band_id) values ('Roger Waters', 1)
  +insert into bandmember (name, band_id) values ('Richard Thompson', 2)
  +insert into bandmember (name, band_id) values ('Sandy Denny', 2)
  +insert into bandmember (name, band_id) values ('Dave Pegg', 2)
  +insert into bandmember (name, band_id) values ('Ashley Hutchings', 2)
  +insert into bandmember (name, band_id) values ('Simon Nicol', 2)
  +insert into bandmember (name, band_id) values ('Dave Swarbick', 2)
  +insert into bandmember (name, band_id) values ('Rick Sanders', 2)
  +insert into bandmember (name, band_id) values ('Chris Leslie', 2)
  +insert into bandmember (name, band_id) values ('Maart Alcock', 2)
  +insert into bandmember (name, band_id) values ('Karen Mathieson', 7)
  +insert into bandmember (name, band_id) values ('Mike McGoldrick', 7)
  +insert into bandmember (name, band_id) values ('Charlie', 7)
  +
  +insert into user (username, password) values ('administrator', 'administrator')
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list