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

Gavin King gavin.king at jboss.com
Sat Jun 2 21:58:01 EDT 2007


  User: gavin   
  Date: 07/06/02 21:58:01

  Modified:    src/main/org/jboss/seam  core-1.3.xsd
  Log:
  JBSEAM-715
  
  Revision  Changes    Path
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- core-1.3.xsd	3 Jun 2007 01:44:50 -0000	1.5
  +++ core-1.3.xsd	3 Jun 2007 01:58:01 -0000	1.6
  @@ -148,10 +148,14 @@
   
       <xs:element name="pages">
           <xs:complexType mixed="true">
  +            <xs:choice minOccurs="0" maxOccurs="1">
  +                <xs:element ref="core:resources"/>
  +            </xs:choice>
               <xs:attributeGroup ref="components:attlist.component"/>
               <xs:attributeGroup ref="core:attlist.pages"/>
           </xs:complexType>
       </xs:element>
  +    <xs:element name="resources" type="components:multiValuedProperty"/>
       <xs:attributeGroup name="attlist.pages">
           <xs:attribute name="no-conversation-view-id"/>
           <xs:attribute name="login-view-id"/>
  
  
  



More information about the jboss-cvs-commits mailing list