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

Norman Richards norman.richards at jboss.com
Tue Jun 26 19:04:10 EDT 2007


  User: nrichards
  Date: 07/06/26 19:04:10

  Modified:    examples/ui/resources/WEB-INF   components.xml pages.xml
  Log:
  update schema/dtd references
  
  Revision  Changes    Path
  1.8       +4 -4      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components.xml	19 Jun 2007 21:01:46 -0000	1.7
  +++ components.xml	26 Jun 2007 23:04:10 -0000	1.8
  @@ -4,10 +4,10 @@
   	xmlns:framework="http://jboss.com/products/seam/framework"
   	xmlns:persistence="http://jboss.com/products/seam/persistence"
   	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -	xsi:schemaLocation="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 
  -                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-1.3.xsd 
  -                 http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-1.3.xsd">
  +	xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd 
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd 
  +                 http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.0.xsd">
   	
   	<core:init jndi-name="jboss-seam-ui-example/#{ejbName}/local" debug="true"/>
   
  
  
  
  1.9       +1 -1      jboss-seam/examples/ui/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/ui/resources/WEB-INF/pages.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- pages.xml	9 Jun 2007 02:19:30 -0000	1.8
  +++ pages.xml	26 Jun 2007 23:04:10 -0000	1.9
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <pages xmlns="http://jboss.com/products/seam/pages"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-1.3.xsd">
  +       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd">
   
   	<page view-id="/index.xhtml">
   		<param name="personId" converterId="javax.faces.Integer" value="#{personHome.id}" />
  
  
  



More information about the jboss-cvs-commits mailing list