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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:00:17 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:00:17

  Modified:    examples/booking/view    edit.xhtml hotelview.xhtml
                        conversations.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.4       +1 -0      jboss-seam/examples/booking/view/edit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: edit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/edit.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- edit.xhtml	27 Mar 2007 03:55:01 -0000	1.3
  +++ edit.xhtml	3 Sep 2007 12:00:17 -0000	1.4
  @@ -1,3 +1,4 @@
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:h="http://java.sun.com/jsf/html"
  
  
  
  1.3       +1 -0      jboss-seam/examples/booking/view/hotelview.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hotelview.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/hotelview.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- hotelview.xhtml	21 Mar 2007 00:45:31 -0000	1.2
  +++ hotelview.xhtml	3 Sep 2007 12:00:17 -0000	1.3
  @@ -1,3 +1,4 @@
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
   	    		 xmlns:ui="http://java.sun.com/jsf/facelets"
   	  			 xmlns:h="http://java.sun.com/jsf/html"
  
  
  
  1.10      +1 -1      jboss-seam/examples/booking/view/conversations.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversations.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/conversations.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- conversations.xhtml	13 Apr 2007 09:21:04 -0000	1.9
  +++ conversations.xhtml	3 Sep 2007 12:00:17 -0000	1.10
  @@ -1,4 +1,4 @@
  -<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
        xmlns:c="http://java.sun.com/jstl/core"
        xmlns:ui="http://java.sun.com/jsf/facelets"
  
  
  



More information about the jboss-cvs-commits mailing list