[jboss-cvs] jboss-seam/src/ioc/org/jboss/seam/ioc/spring ...

Gavin King gavin.king at jboss.com
Thu Sep 13 08:05:28 EDT 2007


  User: gavin   
  Date: 07/09/13 08:05:28

  Modified:    src/ioc/org/jboss/seam/ioc/spring  spring-2.0.xsd
  Log:
  more consistent
  
  Revision  Changes    Path
  1.6       +6 -2      jboss-seam/src/ioc/org/jboss/seam/ioc/spring/spring-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: spring-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/spring/spring-2.0.xsd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- spring-2.0.xsd	22 Aug 2007 23:23:41 -0000	1.5
  +++ spring-2.0.xsd	13 Sep 2007 12:05:28 -0000	1.6
  @@ -36,10 +36,14 @@
   	<xs:element name="task-executor-dispatcher">
   		<xs:complexType mixed="true">
   			<xs:attributeGroup ref="components:attlist.component" />
  -			<xs:attribute name="task-executor" use="required" />
  -			<xs:attribute name="schedule-dispatcher" />
  +			<xs:attributeGroup ref="spring:attlist.taskExecutorDispatcher" />
   		</xs:complexType>
   	</xs:element>
  +	<xs:attributeGroup name="attlist.taskExecutorDispatcher">
  +		<xs:attribute name="task-executor" use="required" />
  +		<xs:attribute name="schedule-dispatcher" />
  +	</xs:attributeGroup>
  +
   	<xs:element name="spring-transaction">
   		<xs:complexType mixed="true">
   			<xs:attributeGroup ref="components:attlist.component" />
  
  
  



More information about the jboss-cvs-commits mailing list