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

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


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

  Modified:    seam-gen/view/layout   menu.xhtml.ftl menu.xhtml
  Log:
  Update seam-gen to newer richfaces namespace
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/seam-gen/view/layout/menu.xhtml.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: menu.xhtml.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/menu.xhtml.ftl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- menu.xhtml.ftl	9 Mar 2007 23:55:07 -0000	1.5
  +++ menu.xhtml.ftl	14 Sep 2007 11:43:44 -0000	1.6
  @@ -4,7 +4,7 @@
           xmlns:h="http://java.sun.com/jsf/html"
           xmlns:f="http://java.sun.com/jsf/core"
           xmlns:s="http://jboss.com/products/seam/taglib"
  -        xmlns:rich="http://richfaces.ajax4jsf.org/rich">
  +        xmlns:rich="http://richfaces.org/rich">
       <rich:toolBarGroup>
           <h:outputText value="${'#'}{projectName}:"/>
   	    <s:link view="/home.xhtml" value="Home"/>
  
  
  
  1.5       +1 -1      jboss-seam/seam-gen/view/layout/menu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: menu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/menu.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- menu.xhtml	9 Mar 2007 23:55:07 -0000	1.4
  +++ menu.xhtml	14 Sep 2007 11:43:44 -0000	1.5
  @@ -4,7 +4,7 @@
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:s="http://jboss.com/products/seam/taglib"
  -     xmlns:rich="http://richfaces.ajax4jsf.org/rich">
  +     xmlns:rich="http://richfaces.org/rich">
        <rich:toolBarGroup>
            <h:outputText value="#{projectName}:"/>
            <s:link view="/home.xhtml" value="Home"/>
  
  
  



More information about the jboss-cvs-commits mailing list