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

Gavin King gavin.king at jboss.com
Tue Jan 30 19:41:18 EST 2007


  User: gavin   
  Date: 07/01/30 19:41:18

  Modified:    src/main/org/jboss/seam  security-1.1.xsd
  Log:
  bad name
  
  Revision  Changes    Path
  1.3       +3 -3      jboss-seam/src/main/org/jboss/seam/security-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security-1.1.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- security-1.1.xsd	31 Jan 2007 00:27:56 -0000	1.2
  +++ security-1.1.xsd	31 Jan 2007 00:41:18 -0000	1.3
  @@ -4,13 +4,13 @@
       xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
       <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
   
  -    <xs:element name="security-config">
  +    <xs:element name="identity">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="security:attlist.securityConfig"/>
  +            <xs:attributeGroup ref="security:attlist.identity"/>
           </xs:complexType>
       </xs:element>
  -    <xs:attributeGroup name="attlist.securityConfig">
  +    <xs:attributeGroup name="attlist.identity">
           <xs:attribute name="authenticate-method" />
       </xs:attributeGroup>
       
  
  
  



More information about the jboss-cvs-commits mailing list