[jboss-cvs] jboss-seam/examples/contactlist/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Thu Oct 5 17:21:50 EDT 2006


  User: gavin   
  Date: 06/10/05 17:21:50

  Modified:    examples/contactlist/resources/WEB-INF  components.xml
  Log:
  demo currentDatetime
  
  Revision  Changes    Path
  1.4       +1 -0      jboss-seam/examples/contactlist/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/WEB-INF/components.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- components.xml	5 Oct 2006 20:42:14 -0000	1.3
  +++ components.xml	5 Oct 2006 21:21:50 -0000	1.4
  @@ -14,6 +14,7 @@
           <property name="entityManager">#{entityManager}</property>
           <property name="initialFieldValues">
           	<key>contact</key><value>#{contact}</value>
  +        	<key>created</key><value>#{currentDatetime}</value>
           </property>
       </component>
   
  
  
  



More information about the jboss-cvs-commits mailing list