[jboss-cvs] jboss-seam/trinidad/examples/seamdiscs/view ...

Norman Richards norman.richards at jboss.com
Tue Jun 26 19:12:25 EDT 2007


  User: nrichards
  Date: 07/06/26 19:12:25

  Modified:    trinidad/examples/seamdiscs/view       artist.page.xml
                        artists.page.xml disc.page.xml discs.page.xml
                        home.page.xml login.page.xml
  Log:
  update schema references
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/trinidad/examples/seamdiscs/view/artist.page.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: artist.page.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/view/artist.page.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- artist.page.xml	22 May 2007 02:21:33 -0000	1.2
  +++ artist.page.xml	26 Jun 2007 23:12:25 -0000	1.3
  @@ -1,6 +1,6 @@
   <!DOCTYPE page PUBLIC
  -          "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  -          "http://jboss.com/products/seam/pages-1.3.dtd">
  +          "-//JBoss/Seam Pages Configuration DTD 2.0//EN"
  +          "http://jboss.com/products/seam/pages-2.0.dtd">
   
   <page>
      <param name="artistId" value="#{artistHome.id}" converterId="javax.faces.Integer"/> 
  
  
  
  1.4       +2 -2      jboss-seam/trinidad/examples/seamdiscs/view/artists.page.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: artists.page.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/view/artists.page.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- artists.page.xml	22 May 2007 02:21:33 -0000	1.3
  +++ artists.page.xml	26 Jun 2007 23:12:25 -0000	1.4
  @@ -1,6 +1,6 @@
   <!DOCTYPE page PUBLIC
  -          "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  -          "http://jboss.com/products/seam/pages-1.3.dtd">
  +          "-//JBoss/Seam Pages Configuration DTD 2.0//EN"
  +          "http://jboss.com/products/seam/pages-2.0.dtd">
   
   <page>
      <param name="artistId" value="#{artistHome.id}" converterId="javax.faces.Integer"/>
  
  
  
  1.3       +2 -2      jboss-seam/trinidad/examples/seamdiscs/view/disc.page.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: disc.page.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/view/disc.page.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- disc.page.xml	22 May 2007 02:21:33 -0000	1.2
  +++ disc.page.xml	26 Jun 2007 23:12:25 -0000	1.3
  @@ -1,6 +1,6 @@
   <!DOCTYPE page PUBLIC
  -          "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  -          "http://jboss.com/products/seam/pages-1.3.dtd">
  +          "-//JBoss/Seam Pages Configuration DTD 2.0//EN"
  +          "http://jboss.com/products/seam/pages-2.0.dtd">
   
   <page>
      <param name="discId" value="#{discHome.id}" converterId="javax.faces.Integer"/> 
  
  
  
  1.4       +2 -2      jboss-seam/trinidad/examples/seamdiscs/view/discs.page.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: discs.page.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/view/discs.page.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- discs.page.xml	22 May 2007 02:21:33 -0000	1.3
  +++ discs.page.xml	26 Jun 2007 23:12:25 -0000	1.4
  @@ -1,6 +1,6 @@
   <!DOCTYPE page PUBLIC
  -          "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  -          "http://jboss.com/products/seam/pages-1.3.dtd">
  +          "-//JBoss/Seam Pages Configuration DTD 2.0//EN"
  +          "http://jboss.com/products/seam/pages-2.0.dtd">
   
   <page>
      <param name="discId" value="#{discHome.id}" converterId="javax.faces.Integer"/>
  
  
  
  1.4       +2 -2      jboss-seam/trinidad/examples/seamdiscs/view/home.page.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.page.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/view/home.page.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- home.page.xml	22 May 2007 02:21:33 -0000	1.3
  +++ home.page.xml	26 Jun 2007 23:12:25 -0000	1.4
  @@ -1,6 +1,6 @@
   <!DOCTYPE page PUBLIC
  -          "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  -          "http://jboss.com/products/seam/pages-1.3.dtd">
  +          "-//JBoss/Seam Pages Configuration DTD 2.0//EN"
  +          "http://jboss.com/products/seam/pages-2.0.dtd">
   
   <page>
      <param name="artistId" value="#{artistHome.id}" converterId="javax.faces.Integer"/>
  
  
  
  1.3       +2 -2      jboss-seam/trinidad/examples/seamdiscs/view/login.page.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: login.page.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/view/login.page.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- login.page.xml	22 May 2007 02:21:33 -0000	1.2
  +++ login.page.xml	26 Jun 2007 23:12:25 -0000	1.3
  @@ -1,6 +1,6 @@
   <!DOCTYPE page PUBLIC
  -          "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  -          "http://jboss.com/products/seam/pages-1.3.dtd">
  +          "-//JBoss/Seam Pages Configuration DTD 2.0//EN"
  +          "http://jboss.com/products/seam/pages-2.0.dtd">
   
   <page>
      <navigation from-action="#{identity.login}">
  
  
  



More information about the jboss-cvs-commits mailing list