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

Gavin King gavin.king at jboss.com
Sat Jun 2 21:15:35 EDT 2007


  User: gavin   
  Date: 07/06/02 21:15:35

  Modified:    src/main/org/jboss/seam   core-1.3.xsd mail-1.3.xsd
  Log:
  JBSEAM-1361
  
  Revision  Changes    Path
  1.4       +1 -0      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- core-1.3.xsd	31 May 2007 21:06:43 -0000	1.3
  +++ core-1.3.xsd	3 Jun 2007 01:15:35 -0000	1.4
  @@ -157,6 +157,7 @@
           <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="pojo-cache">
  
  
  
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/mail-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mail-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mail-1.3.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- mail-1.3.xsd	22 May 2007 02:17:58 -0000	1.1
  +++ mail-1.3.xsd	3 Jun 2007 01:15:35 -0000	1.2
  @@ -3,7 +3,7 @@
       targetNamespace="http://jboss.com/products/seam/mail"
       xmlns:mail="http://jboss.com/products/seam/mail"
       xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
  -    <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="http://jboss.com/products/seam/components-1.3.xsd"/>
  +    <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.3.xsd"/>
       
       <xs:attributeGroup name="attlist.mailSession">
           <xs:attribute name="username" type="xs:string"/>
  
  
  



More information about the jboss-cvs-commits mailing list