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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 07:57:58 EDT 2007


  User: pmuir   
  Date: 07/09/03 07:57:58

  Modified:    examples/blog/view   index.xml entry.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/blog/view/index.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- index.xml	25 Jan 2007 03:45:34 -0000	1.2
  +++ index.xml	3 Sep 2007 11:57:58 -0000	1.3
  @@ -17,7 +17,7 @@
       <title>#{blogEntry.title}</title>
       <link href="http://localhost:8080/seam-blog/seam/entry.xhtml?blogEntryId=#{blogEntry.id}"/>
       <published><h:outputText value="#{blogEntry.date}">
  -            <f:convertDateTime timezone="GMT" pattern="yyyy-MM-dd'T'HH:mm:ss'Z'"/>
  +            <f:convertDateTime timeZone="GMT" pattern="yyyy-MM-dd'T'HH:mm:ss'Z'"/>
       </h:outputText></published>
       <summary type="xhtml">
           <div xmlns="http://www.w3.org/1999/xhtml">
  
  
  
  1.8       +1 -1      jboss-seam/examples/blog/view/entry.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: entry.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/entry.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- entry.xhtml	16 Jan 2007 20:55:07 -0000	1.7
  +++ entry.xhtml	3 Sep 2007 11:57:58 -0000	1.8
  @@ -17,7 +17,7 @@
            <p>
               [Posted on&#160;
               <h:outputText value="#{blogEntry.date}">
  -               <f:convertDateTime timezone="#{blog.timeZone}" locale="#{blog.locale}" type="both"/>
  +               <f:convertDateTime timeZone="#{blog.timeZone}" locale="#{blog.locale}" type="both"/>
               </h:outputText>]
            </p>
         </div>
  
  
  



More information about the jboss-cvs-commits mailing list