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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:02:57 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:02:57

  Modified:    examples/contactlist/view    search.xhtml viewContact.xhtml
                        editContact.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.14      +1 -1      jboss-seam/examples/contactlist/view/search.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/search.xhtml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- search.xhtml	24 Jul 2007 00:28:36 -0000	1.13
  +++ search.xhtml	3 Sep 2007 12:02:57 -0000	1.14
  @@ -1,4 +1,4 @@
  -<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml"
   	    		xmlns:ui="http://java.sun.com/jsf/facelets"
   	  			xmlns:h="http://java.sun.com/jsf/html"
  
  
  
  1.9       +1 -1      jboss-seam/examples/contactlist/view/viewContact.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: viewContact.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/viewContact.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- viewContact.xhtml	20 Nov 2006 19:45:23 -0000	1.8
  +++ viewContact.xhtml	3 Sep 2007 12:02:57 -0000	1.9
  @@ -1,4 +1,4 @@
  -<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml"
   	    		xmlns:ui="http://java.sun.com/jsf/facelets"
   	  			xmlns:h="http://java.sun.com/jsf/html"
  
  
  
  1.7       +1 -1      jboss-seam/examples/contactlist/view/editContact.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: editContact.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/editContact.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- editContact.xhtml	8 Oct 2006 14:52:21 -0000	1.6
  +++ editContact.xhtml	3 Sep 2007 12:02:57 -0000	1.7
  @@ -1,4 +1,4 @@
  -<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml"
   	    		xmlns:ui="http://java.sun.com/jsf/facelets"
   	  			xmlns:h="http://java.sun.com/jsf/html"
  
  
  



More information about the jboss-cvs-commits mailing list