You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2003/11/18 05:45:09 UTC

cvs commit: incubator-geronimo/modules/core/src/schema geronimo-common.xsd

adc         2003/11/17 20:45:09

  Modified:    modules/core/src/schema geronimo-common.xsd
  Log:
  Principal/Role mappings added.
  
  Revision  Changes    Path
  1.5       +1 -1      incubator-geronimo/modules/core/src/schema/geronimo-common.xsd
  
  Index: geronimo-common.xsd
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/src/schema/geronimo-common.xsd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- geronimo-common.xsd	18 Nov 2003 04:16:55 -0000	1.4
  +++ geronimo-common.xsd	18 Nov 2003 04:45:09 -0000	1.5
  @@ -44,7 +44,7 @@
               <xsd:element name="description" type="j2ee:descriptionType" minOccurs="0" maxOccurs="unbounded"/>
               <xsd:element name="principal" type="principalType" minOccurs="1" maxOccurs="unbounded"/>
           </xsd:sequence>
  -        <xsd:attribute name="ream-name" type="xs:string"/>
  +        <xsd:attribute name="realm-name" type="xs:string"/>
       </xsd:complexType>
       <xsd:complexType name="principalType">
           <xsd:sequence>