[jboss-cvs] jboss-seam/doc/reference/en/modules ...

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


  User: nrichards
  Date: 07/05/21 22:18:16

  Modified:    doc/reference/en/modules     configuration.xml security.xml
                        spring.xml xml.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.47      +3 -3      jboss-seam/doc/reference/en/modules/configuration.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/configuration.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -b -r1.46 -r1.47
  --- configuration.xml	4 May 2007 12:04:18 -0000	1.46
  +++ configuration.xml	22 May 2007 02:18:16 -0000	1.47
  @@ -147,9 +147,9 @@
               xmlns:web="http://jboss.com/products/seam/web"
               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/web http://jboss.com/products/seam/web-1.2.xsd">
  +                "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/web http://jboss.com/products/seam/web-1.3.xsd">
   
       <web:exception-filter url-pattern="*.seam"/>
   
  
  
  
  1.59      +8 -8      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -b -r1.58 -r1.59
  --- security.xml	22 May 2007 01:11:51 -0000	1.58
  +++ security.xml	22 May 2007 02:18:16 -0000	1.59
  @@ -135,10 +135,10 @@
               xmlns:security="http://jboss.com/products/seam/security"
               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/drools http://jboss.com/products/seam/drools-1.2.xsd"
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd">                
  +                "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/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">                
           
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
       
  @@ -904,10 +904,10 @@
               xmlns:drools="http://jboss.com/products/seam/drools"
               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/drools http://jboss.com/products/seam/drools-1.2.xsd"
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd">                 
  +                "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/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">                 
           
      <drools:rule-base name="securityRules">
          <drools:rule-files>
  
  
  
  1.13      +3 -3      jboss-seam/doc/reference/en/modules/spring.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: spring.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/spring.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- spring.xml	20 Mar 2007 16:11:36 -0000	1.12
  +++ spring.xml	22 May 2007 02:18:16 -0000	1.13
  @@ -39,7 +39,7 @@
       xsi:schemaLocation="http://www.springframework.org/schema/beans 
                           http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
                           http://jboss.com/products/seam/spring-seam 
  -                        http://jboss.com/products/seam/spring-seam-1.2.xsd">]]></programlisting>
  +                        http://jboss.com/products/seam/spring-seam-1.3.xsd">]]></programlisting>
   
           <para> Now any Seam component may be injected into any Spring bean: </para>
   
  @@ -226,8 +226,8 @@
           <programlisting><![CDATA[<components xmlns="http://jboss.com/products/seam/components" 
               xmlns:spring="http://jboss.com/products/seam/spring"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd
  -                                http://jboss.com/products/seam/spring http://jboss.com/products/seam/spring-1.2.xsd">
  +            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd
  +                                http://jboss.com/products/seam/spring http://jboss.com/products/seam/spring-1.3.xsd">
   
   	<spring:context-loader context-locations="/WEB-INF/applicationContext.xml"/>
   
  
  
  
  1.8       +4 -4      jboss-seam/doc/reference/en/modules/xml.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: xml.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/xml.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- xml.xml	27 Feb 2007 07:42:25 -0000	1.7
  +++ xml.xml	22 May 2007 02:18:16 -0000	1.8
  @@ -358,8 +358,8 @@
               </para>
   
               <programlisting><![CDATA[<?xml version="1.0" encoding="UTF-8">
  -<!DOCTYPE components PUBLIC "-//JBoss/Seam Component Configuration DTD 1.2//EN"
  -                            "http://jboss.com/products/seam/components-1.2.dtd">
  +<!DOCTYPE components PUBLIC "-//JBoss/Seam Component Configuration DTD 1.3//EN"
  +                            "http://jboss.com/products/seam/components-1.3.dtd">
   <components>
   
       <component class="org.jboss.seam.core.init">
  @@ -383,8 +383,8 @@
               xmlns:core="http://jboss.com/products/seam/core"
               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/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">
   
       <core:init debug="true" jndi-pattern="@jndiPattern@"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list