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

Gavin King gavin.king at jboss.com
Tue Jun 19 23:25:08 EDT 2007


  User: gavin   
  Date: 07/06/19 23:25:08

  Modified:    src/main/org/jboss/seam  async-1.3.xsd
  Log:
  fixed
  
  Revision  Changes    Path
  1.2       +8 -0      jboss-seam/src/main/org/jboss/seam/async-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: async-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/async-1.3.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- async-1.3.xsd	19 Jun 2007 19:02:30 -0000	1.1
  +++ async-1.3.xsd	20 Jun 2007 03:25:08 -0000	1.2
  @@ -13,6 +13,14 @@
       </xs:element>
       <xs:attributeGroup name="attlist.timerServiceDispatcher"> </xs:attributeGroup>
   
  +    <xs:element name="quartz-dispatcher">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="async:attlist.quartzDispatcher"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.quartzDispatcher"> </xs:attributeGroup>
  +
       <xs:element name="thread-pool-dispatcher">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  
  
  



More information about the jboss-cvs-commits mailing list