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

Gavin King gavin.king at jboss.com
Mon Nov 20 20:36:39 EST 2006


  User: gavin   
  Date: 06/11/20 20:36:39

  Modified:    src/main/org/jboss/seam  core-1.1.xsd
  Log:
  jbpm
  
  Revision  Changes    Path
  1.9       +7 -4      jboss-seam/src/main/org/jboss/seam/core-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.1.xsd,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- core-1.1.xsd	21 Nov 2006 01:26:28 -0000	1.8
  +++ core-1.1.xsd	21 Nov 2006 01:36:39 -0000	1.9
  @@ -79,10 +79,16 @@
   
       <xs:element name="jbpm">
           <xs:complexType mixed="true">
  +            <xs:choice minOccurs="0" maxOccurs="unbounded">
  +                <xs:element ref="core:process-definitions"/>
  +                <xs:element ref="core:pageflow-definitions"/>
  +            </xs:choice>
               <xs:attributeGroup ref="components:attlist.component"/>
               <xs:attributeGroup ref="core:attlist.jbpm"/>
           </xs:complexType>
       </xs:element>
  +    <xs:element name="process-definitions" type="components:multiValuedProperty"/>
  +    <xs:element name="pageflow-definitions" type="components:multiValuedProperty"/>
       <xs:attributeGroup name="attlist.jbpm"> </xs:attributeGroup>
   
       <xs:element name="locale-selector">
  @@ -155,9 +161,6 @@
           </xs:complexType>
       </xs:element>
       <xs:element name="bundle-names" type="components:multiValuedProperty"/>
  -
  -
  -
       <xs:attributeGroup name="attlist.resourceBundle">
           <!-- also add elements? -->
           <xs:attribute name="bundle-names"> </xs:attribute>
  
  
  



More information about the jboss-cvs-commits mailing list