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

Peter Muir peter at bleepbleep.org.uk
Fri Sep 14 07:32:59 EDT 2007


  User: pmuir   
  Date: 07/09/14 07:32:59

  Modified:    examples/seamdiscs/view       artist.xhtml login.xhtml
                        disc.xhtml discs.xhtml home.xhtml artists.xhtml
  Log:
  Update to newer richfaces.org namespaces for richfaces
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/examples/seamdiscs/view/artist.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: artist.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/artist.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- artist.xhtml	14 Jul 2007 23:48:39 -0000	1.3
  +++ artist.xhtml	14 Sep 2007 11:32:59 -0000	1.4
  @@ -5,9 +5,9 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf/core"
                   xmlns:h="http://java.sun.com/jsf/html"
  -                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +                xmlns:rich="http://richfaces.org/rich"
                   xmlns:tr="http://myfaces.apache.org/trinidad"
  -                xmlns:a="https://ajax4jsf.dev.java.net/ajax"
  +                xmlns:a="http://richfaces.org/a4j"
                   template="layout/template.xhtml">
   
   <ui:define name="body">
  
  
  
  1.4       +1 -1      jboss-seam/examples/seamdiscs/view/login.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: login.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/login.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- login.xhtml	14 Jul 2007 23:48:39 -0000	1.3
  +++ login.xhtml	14 Sep 2007 11:32:59 -0000	1.4
  @@ -5,7 +5,7 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf/core"
                   xmlns:h="http://java.sun.com/jsf/html"
  -                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +                xmlns:rich="http://richfaces.org/rich"
                   template="layout/template.xhtml">
   
   <ui:define name="body">
  
  
  
  1.5       +2 -2      jboss-seam/examples/seamdiscs/view/disc.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: disc.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/disc.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- disc.xhtml	16 Aug 2007 12:04:50 -0000	1.4
  +++ disc.xhtml	14 Sep 2007 11:32:59 -0000	1.5
  @@ -5,9 +5,9 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf/core"
                   xmlns:h="http://java.sun.com/jsf/html"
  -                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +                xmlns:rich="http://richfaces.org/rich"
                   xmlns:tr="http://myfaces.apache.org/trinidad"
  -                xmlns:a="https://ajax4jsf.dev.java.net/ajax"
  +                xmlns:a="http://richfaces.org/a4j"
                   template="layout/template.xhtml">
   
   <ui:define name="body">
  
  
  
  1.4       +1 -1      jboss-seam/examples/seamdiscs/view/discs.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: discs.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/discs.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- discs.xhtml	14 Jul 2007 23:48:39 -0000	1.3
  +++ discs.xhtml	14 Sep 2007 11:32:59 -0000	1.4
  @@ -5,7 +5,7 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf/core"
                   xmlns:h="http://java.sun.com/jsf/html"
  -                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +                xmlns:rich="http://richfaces.org/rich"
                   xmlns:tr="http://myfaces.apache.org/trinidad"
                   template="layout/template.xhtml">
   
  
  
  
  1.5       +1 -1      jboss-seam/examples/seamdiscs/view/home.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/home.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- home.xhtml	14 Jul 2007 23:48:39 -0000	1.4
  +++ home.xhtml	14 Sep 2007 11:32:59 -0000	1.5
  @@ -5,7 +5,7 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf/core"
                   xmlns:h="http://java.sun.com/jsf/html"
  -                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +                xmlns:rich="http://richfaces.org/rich"
                   xmlns:tr="http://myfaces.apache.org/trinidad"
                   template="layout/template.xhtml">
   
  
  
  
  1.4       +1 -1      jboss-seam/examples/seamdiscs/view/artists.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: artists.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/artists.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- artists.xhtml	14 Jul 2007 23:48:39 -0000	1.3
  +++ artists.xhtml	14 Sep 2007 11:32:59 -0000	1.4
  @@ -5,7 +5,7 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf/core"
                   xmlns:h="http://java.sun.com/jsf/html"
  -                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +                xmlns:rich="http://richfaces.org/rich"
                   xmlns:tr="http://myfaces.apache.org/trinidad"
                   template="layout/template.xhtml">
   
  
  
  



More information about the jboss-cvs-commits mailing list