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

Norman Richards norman.richards at jboss.com
Mon May 21 22:20:39 EDT 2007


  User: nrichards
  Date: 07/05/21 22:20:39

  Modified:    examples/contactlist/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.18      +2 -2      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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- components.xml	27 Feb 2007 07:16:44 -0000	1.17
  +++ components.xml	22 May 2007 02:20:39 -0000	1.18
  @@ -3,8 +3,8 @@
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd 
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
       <core:managed-persistence-context name="entityManager" 
               persistence-unit-jndi-name="java:/contactlistEntityManagerFactory">
  
  
  
  1.8       +2 -2      jboss-seam/examples/contactlist/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/WEB-INF/pages.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- pages.xml	27 Feb 2007 07:16:44 -0000	1.7
  +++ pages.xml	22 May 2007 02:20:39 -0000	1.8
  @@ -1,6 +1,6 @@
   <!DOCTYPE pages PUBLIC
  -  "-//JBoss/Seam Exceptions Configuration DTD 1.2//EN"
  -  "http://jboss.com/products/seam/pages-1.2.dtd">
  +  "-//JBoss/Seam Exceptions Configuration DTD 1.3//EN"
  +  "http://jboss.com/products/seam/pages-1.3.dtd">
   
   <pages>
      
  
  
  



More information about the jboss-cvs-commits mailing list