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

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


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

  Modified:    examples/ui/resources/WEB-INF   components.xml pages.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.5       +3 -3      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	10 Mar 2007 19:09:36 -0000	1.4
  +++ components.xml	22 May 2007 02:20:45 -0000	1.5
  @@ -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.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">
  +	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/framework http://jboss.com/products/seam/framework-1.3.xsd">
   	
   	<core:init jndi-name="jboss-seam-ui-example/#{ejbName}/local" debug="true"/>
   
  
  
  
  1.7       +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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- pages.xml	3 Apr 2007 18:34:03 -0000	1.6
  +++ pages.xml	22 May 2007 02:20:45 -0000	1.7
  @@ -1,6 +1,6 @@
   <!DOCTYPE pages PUBLIC
  -  "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
  -  "http://jboss.com/products/seam/pages-1.2.dtd">
  +  "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  +  "http://jboss.com/products/seam/pages-1.3.dtd">
   
   <pages>
   
  
  
  



More information about the jboss-cvs-commits mailing list