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

Gavin King gavin.king at jboss.com
Thu May 31 17:06:44 EDT 2007


  User: gavin   
  Date: 07/05/31 17:06:43

  Modified:    src/main/org/jboss/seam  core-1.3.xsd
  Log:
  timed events for ThreadPoolExecutor
  
  Revision  Changes    Path
  1.3       +3 -1      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- core-1.3.xsd	31 May 2007 00:55:40 -0000	1.2
  +++ core-1.3.xsd	31 May 2007 21:06:43 -0000	1.3
  @@ -35,7 +35,9 @@
               <xs:attributeGroup ref="core:attlist.threadPoolDispatcher"/>
           </xs:complexType>
       </xs:element>
  -    <xs:attributeGroup name="attlist.threadPoolDispatcher"> </xs:attributeGroup>
  +    <xs:attributeGroup name="attlist.threadPoolDispatcher">
  +        <xs:attribute name="thread-pool-size" type="xs:integer"/>
  +    </xs:attributeGroup>
   
       <xs:element name="transaction-listener">
           <xs:complexType mixed="true">
  
  
  



More information about the jboss-cvs-commits mailing list