[jboss-cvs] jboss-seam/seam-gen/view ...

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


  User: pmuir   
  Date: 07/09/14 07:43:43

  Modified:    seam-gen/view           conversation.xhtml action.xhtml
                        login.xhtml form.xhtml view.xhtml.ftl home.xhtml
                        edit.xhtml.ftl list.xhtml list.xhtml.ftl edit.xhtml
  Log:
  Update seam-gen to newer richfaces namespace
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/seam-gen/view/conversation.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversation.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/conversation.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- conversation.xhtml	16 Mar 2007 12:30:26 -0000	1.2
  +++ conversation.xhtml	14 Sep 2007 11:43:43 -0000	1.3
  @@ -5,7 +5,7 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf"
                   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.3       +2 -2      jboss-seam/seam-gen/view/action.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: action.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/action.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- action.xhtml	14 Mar 2007 04:22:37 -0000	1.2
  +++ action.xhtml	14 Sep 2007 11:43:43 -0000	1.3
  @@ -5,8 +5,8 @@
                   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:a="https://ajax4jsf.dev.java.net/ajax"
  +                xmlns:rich="http://richfaces.org/rich"
  +                xmlns:a="http://richfaces.org/a4j"
                   template="layout/template.xhtml">
                          
   <ui:define name="body">
  
  
  
  1.10      +1 -1      jboss-seam/seam-gen/view/login.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: login.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/login.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- login.xhtml	14 Mar 2007 04:22:37 -0000	1.9
  +++ login.xhtml	14 Sep 2007 11:43:43 -0000	1.10
  @@ -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.6       +2 -2      jboss-seam/seam-gen/view/form.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: form.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/form.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- form.xhtml	21 Mar 2007 01:37:44 -0000	1.5
  +++ form.xhtml	14 Sep 2007 11:43:43 -0000	1.6
  @@ -5,8 +5,8 @@
                   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:a="https://ajax4jsf.dev.java.net/ajax"
  +                xmlns:rich="http://richfaces.org/rich"
  +                xmlns:a="http://richfaces.org/a4j"
                   template="layout/template.xhtml">
                          
   <ui:define name="body">
  
  
  
  1.23      +1 -1      jboss-seam/seam-gen/view/view.xhtml.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: view.xhtml.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/view.xhtml.ftl,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- view.xhtml.ftl	21 Mar 2007 01:37:44 -0000	1.22
  +++ view.xhtml.ftl	14 Sep 2007 11:43:43 -0000	1.23
  @@ -11,7 +11,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.7       +1 -1      jboss-seam/seam-gen/view/home.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/home.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- home.xhtml	9 Mar 2007 23:55:07 -0000	1.6
  +++ home.xhtml	14 Sep 2007 11:43:43 -0000	1.7
  @@ -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.48      +2 -2      jboss-seam/seam-gen/view/edit.xhtml.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: edit.xhtml.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/edit.xhtml.ftl,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- edit.xhtml.ftl	21 Mar 2007 01:37:44 -0000	1.47
  +++ edit.xhtml.ftl	14 Sep 2007 11:43:43 -0000	1.48
  @@ -11,8 +11,8 @@
                   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:a="https://ajax4jsf.dev.java.net/ajax"
  -                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +                xmlns:a="http://richfaces.org/a4j"
  +                xmlns:rich="http://richfaces.org/rich"
                   template="layout/template.xhtml">
                          
   <ui:define name="body">
  
  
  
  1.4       +1 -1      jboss-seam/seam-gen/view/list.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: list.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/list.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- list.xhtml	24 Mar 2007 00:40:36 -0000	1.3
  +++ list.xhtml	14 Sep 2007 11:43:43 -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.22      +1 -1      jboss-seam/seam-gen/view/list.xhtml.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: list.xhtml.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/list.xhtml.ftl,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- list.xhtml.ftl	21 Mar 2007 01:37:44 -0000	1.21
  +++ list.xhtml.ftl	14 Sep 2007 11:43:43 -0000	1.22
  @@ -12,7 +12,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.8       +1 -1      jboss-seam/seam-gen/view/edit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: edit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/edit.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- edit.xhtml	24 Mar 2007 00:40:36 -0000	1.7
  +++ edit.xhtml	14 Sep 2007 11:43:43 -0000	1.8
  @@ -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">
  
  
  



More information about the jboss-cvs-commits mailing list