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

Gavin King gavin.king at jboss.com
Wed Feb 7 10:12:07 EST 2007


  User: gavin   
  Date: 07/02/07 10:12:07

  Modified:    src/main/org/jboss/seam  security-1.1.xsd
  Log:
  fix security xsd
  
  Revision  Changes    Path
  1.6       +2 -1      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- security-1.1.xsd	2 Feb 2007 12:11:23 -0000	1.5
  +++ security-1.1.xsd	7 Feb 2007 15:12:07 -0000	1.6
  @@ -13,7 +13,8 @@
       <xs:attributeGroup name="attlist.identity">
           <xs:attribute name="authenticate-method" />
           <xs:attribute name="remember-me" type="xs:boolean"/>
  -        <xs:attribute name="jaasConfigName" type="xs:string"/>
  +        <xs:attribute name="jaas-config-name" type="xs:string"/>
  +        <xs:attribute name="security-rules" type="xs:string"/>
       </xs:attributeGroup>
       
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list