[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Gavin King gavin.king at jboss.com
Tue Jun 5 20:37:25 EDT 2007


  User: gavin   
  Date: 07/06/05 20:37:25

  Modified:    src/main/org/jboss/seam  core-1.3.xsd
  Log:
  JBSEAM-1361
  
  Revision  Changes    Path
  1.8       +11 -2     jboss-seam/src/main/org/jboss/seam/core-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.3.xsd,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- core-1.3.xsd	3 Jun 2007 20:54:23 -0000	1.7
  +++ core-1.3.xsd	6 Jun 2007 00:37:25 -0000	1.8
  @@ -160,7 +160,16 @@
           <xs:attribute name="login-view-id"/>
           <xs:attribute name="http-port" type="xs:integer"/>
           <xs:attribute name="https-port" type="xs:integer"/>
  -        <xs:attribute name="invalidate-session-before-scheme-change" type="xs:boolean"/>
  +    </xs:attributeGroup>
  +    
  +    <xs:element name="servlet-session">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="core:attlist.servlet-session"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.servlet-session">
  +        <xs:attribute name="invalidate-on-scheme-change" type="xs:boolean"/>
       </xs:attributeGroup>
   
       <xs:element name="pojo-cache">
  
  
  



More information about the jboss-cvs-commits mailing list