[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Tue Jun 26 19:12:51 EDT 2007


  User: nrichards
  Date: 07/06/26 19:12:51

  Modified:    seam-gen/resources/WEB-INF    components-war.xml
                        components.xml pages.xml
  Log:
  update references
  
  Revision  Changes    Path
  1.14      +6 -6      jboss-seam/seam-gen/resources/WEB-INF/components-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components-war.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- components-war.xml	20 Jun 2007 02:23:10 -0000	1.13
  +++ components-war.xml	26 Jun 2007 23:12:51 -0000	1.14
  @@ -7,12 +7,12 @@
               xmlns:mail="http://jboss.com/products/seam/mail"
               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/persistence http://jboss.com/products/seam/persistence-1.3.xsd 
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
  -                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd 
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
  +                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
   
      <core:init debug="@debug@" jndi-pattern="@jndiPattern@"/>
        
  
  
  
  1.23      +6 -6      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- components.xml	20 Jun 2007 02:23:10 -0000	1.22
  +++ components.xml	26 Jun 2007 23:12:51 -0000	1.23
  @@ -7,12 +7,12 @@
               xmlns:mail="http://jboss.com/products/seam/mail"
               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/persistence http://jboss.com/products/seam/persistence-1.3.xsd 
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
  -                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd 
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
  +                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
   
      <core:init debug="@debug@" jndi-pattern="@jndiPattern@"/>
        
  
  
  
  1.10      +1 -1      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/pages.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- pages.xml	9 Jun 2007 02:20:00 -0000	1.9
  +++ pages.xml	26 Jun 2007 23:12:51 -0000	1.10
  @@ -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"
   
          no-conversation-view-id="/home.xhtml"
          login-view-id="/login.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list