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

Gavin King gavin.king at jboss.com
Sun Oct 8 14:02:54 EDT 2006


  User: gavin   
  Date: 06/10/08 14:02:54

  Modified:    examples/contactlist/resources/WEB-INF  components.xml
  Log:
  simplify
  
  Revision  Changes    Path
  1.8       +2 -5      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components.xml	8 Oct 2006 14:21:21 -0000	1.7
  +++ components.xml	8 Oct 2006 18:02:54 -0000	1.8
  @@ -22,11 +22,8 @@
       </component>
       <factory name="contact" value="#{contactHome.instance}"/>
   
  -    <component name="exampleContactHome"
  -              class="org.jboss.seam.framework.Home">
  -        <property name="objectClass">org.jboss.seam.example.crud.Contact</property>
  -    </component>
  -    <factory name="exampleContact" value="#{exampleContactHome.instance}"/>
  +    <component name="exampleContact"
  +              class="org.jboss.seam.example.crud.Contact"/>
       
       <component name="contacts" 
                 class="org.jboss.seam.framework.Query">
  
  
  



More information about the jboss-cvs-commits mailing list