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

Gavin King gavin.king at jboss.com
Tue Jan 23 21:25:30 EST 2007


  User: gavin   
  Date: 07/01/23 21:25:30

  Modified:    examples/mail/view   plainText.xhtml templating.xhtml
  Log:
  removed unused taglibs
  
  Revision  Changes    Path
  1.5       +1 -3      jboss-seam/examples/mail/view/plainText.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plainText.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/view/plainText.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- plainText.xhtml	24 Jan 2007 02:10:39 -0000	1.4
  +++ plainText.xhtml	24 Jan 2007 02:25:30 -0000	1.5
  @@ -1,9 +1,7 @@
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                  xmlns:ui="http://java.sun.com/jsf/facelets"
                  xmlns:s="http://jboss.com/products/seam/taglib"
  -               xmlns:m="http://jboss.com/products/seam/mail"
  -               xmlns:h="http://java.sun.com/jsf/html"
  -               xmlns:f="http://java.sun.com/jsf/core">
  +               xmlns:m="http://jboss.com/products/seam/mail">
         
       <m:message>
           <m:from name="Seam" address="do-not-reply at jboss.com" />
  
  
  
  1.3       +0 -2      jboss-seam/examples/mail/view/templating.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: templating.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/view/templating.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- templating.xhtml	24 Jan 2007 01:55:08 -0000	1.2
  +++ templating.xhtml	24 Jan 2007 02:25:30 -0000	1.3
  @@ -1,7 +1,5 @@
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                   xmlns:ui="http://java.sun.com/jsf/facelets"
  -                xmlns:s="http://jboss.com/products/seam/taglib"
  -                xmlns:m="http://jboss.com/products/seam/mail"
                   xmlns:h="http://java.sun.com/jsf/html"
                   xmlns:f="http://java.sun.com/jsf/core"
                   template="template.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list