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

Peter Muir peter at bleepbleep.org.uk
Wed Jun 13 19:49:05 EDT 2007


  User: pmuir   
  Date: 07/06/13 19:49:05

  Modified:    examples/ui/resources/WEB-INF  components.xml
  Log:
  More for the ui example
  
  Revision  Changes    Path
  1.6       +2 -0      jboss-seam/examples/ui/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/ui/resources/WEB-INF/components.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	22 May 2007 02:20:45 -0000	1.5
  +++ components.xml	13 Jun 2007 23:49:05 -0000	1.6
  @@ -23,6 +23,8 @@
       
       <framework:entity-query name="books" ejbql="select b from Book b" />
   
  +    <framework:entity-query name="films" ejbql="select f from Film f" />
  +
   	<factory name="person" value="#{personHome.instance}" />
   	
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list