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

Shane Bryzak sbryzak at redhat.com
Thu Feb 22 09:30:34 EST 2007


  User: sbryzak2
  Date: 07/02/22 09:30:34

  Modified:    src/main/org/jboss/seam  security-1.1.xsd
  Log:
  fixed naming standard
  
  Revision  Changes    Path
  1.8       +2 -2      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- security-1.1.xsd	22 Feb 2007 13:17:57 -0000	1.7
  +++ security-1.1.xsd	22 Feb 2007 14:30:34 -0000	1.8
  @@ -15,8 +15,8 @@
           <xs:attribute name="remember-me" type="xs:boolean"/>
           <xs:attribute name="jaas-config-name" type="xs:string"/>
           <xs:attribute name="security-rules" type="xs:string"/>
  -        <xs:attribute name="loginSuccessfulKey" type="xs:string"/>
  -        <xs:attribute name="loginFailedKey" type="xs:string"/>
  +        <xs:attribute name="login-successful-key" type="xs:string"/>
  +        <xs:attribute name="login-failed-key" type="xs:string"/>
       </xs:attributeGroup>
       
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list