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

Norman Richards norman.richards at jboss.com
Tue Feb 27 02:16:54 EST 2007


  User: nrichards
  Date: 07/02/27 02:16:54

  Modified:    examples/ui/resources/WEB-INF   components.xml pages.xml
  Log:
  dtd/xsd versions
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components.xml	25 Feb 2007 00:42:34 -0000	1.2
  +++ components.xml	27 Feb 2007 07:16:54 -0000	1.3
  @@ -3,9 +3,9 @@
   	xmlns:core="http://jboss.com/products/seam/core"
   	xmlns:framework="http://jboss.com/products/seam/framework"
   	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -	xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd 
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd 
  -                 http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-1.1.xsd">
  +	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/framework http://jboss.com/products/seam/framework-1.2.xsd">
   	
   	<core:init jndi-name="jboss-seam-ui-example/#{ejbName}/local" debug="true"/>
   
  
  
  
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pages.xml	29 Jan 2007 23:52:49 -0000	1.1
  +++ pages.xml	27 Feb 2007 07:16:54 -0000	1.2
  @@ -1,6 +1,6 @@
   <!DOCTYPE pages PUBLIC
  -  "-//JBoss/Seam Pages Configuration DTD 1.1//EN"
  -  "http://jboss.com/products/seam/pages-1.1.dtd">
  +  "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
  +  "http://jboss.com/products/seam/pages-1.2.dtd">
   
   <pages>
   
  
  
  



More information about the jboss-cvs-commits mailing list