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

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


  User: nrichards
  Date: 07/05/21 22:21:30

  Modified:    trinidad/examples/seamdiscs/resources/WEB-INF  
                        components.xml pages.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.5       +4 -4      jboss-seam/trinidad/examples/seamdiscs/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/trinidad/examples/seamdiscs/resources/WEB-INF/components.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	18 Apr 2007 13:48:19 -0000	1.4
  +++ components.xml	22 May 2007 02:21:28 -0000	1.5
  @@ -4,10 +4,10 @@
   	xmlns:security="http://jboss.com/products/seam/security"
   	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/security http://jboss.com/products/seam/security-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/security http://jboss.com/products/seam/security-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 debug="@debug@" jndi-pattern="@jndiPattern@" />
   
  
  
  
  1.2       +3 -3      jboss-seam/trinidad/examples/seamdiscs/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/trinidad/examples/seamdiscs/resources/WEB-INF/pages.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pages.xml	15 Apr 2007 17:45:43 -0000	1.1
  +++ pages.xml	22 May 2007 02:21:29 -0000	1.2
  @@ -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 no-conversation-view-id="/home.xhtml"
                    login-view-id="/login.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list