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

Peter Muir peter at bleepbleep.org.uk
Sat Feb 24 19:42:34 EST 2007


  User: pmuir   
  Date: 07/02/24 19:42:34

  Modified:    examples/ui/resources/WEB-INF  components.xml
  Log:
  JBSEAM-880
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	29 Jan 2007 23:52:49 -0000	1.1
  +++ components.xml	25 Feb 2007 00:42:34 -0000	1.2
  @@ -15,6 +15,8 @@
       
       <framework:entity-query name="countries" ejbql="select c from Country c" />
        
  +    <framework:entity-query name="continents" ejbql="select c from Continent c" />
  +     
       <framework:entity-home name="personHome" entity-class="org.jboss.seam.example.ui.Person" />
   
   	<factory name="person" value="#{personHome.instance}" />
  
  
  



More information about the jboss-cvs-commits mailing list