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

Michael Youngstrom youngm at gmail.com
Wed Aug 22 19:20:55 EDT 2007


  User: myoungstrom
  Date: 07/08/22 19:20:55

  Modified:    src/ioc/org/jboss/seam/ioc/spring  spring-2.0.xsd
  Log:
  JBSEAM-1845
  
  Revision  Changes    Path
  1.4       +2 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- spring-2.0.xsd	9 Jul 2007 23:10:18 -0000	1.3
  +++ spring-2.0.xsd	22 Aug 2007 23:20:55 -0000	1.4
  @@ -36,10 +36,10 @@
   	<xs:element name="task-executor-dispatcher">
   		<xs:complexType mixed="true">
   			<xs:attributeGroup ref="components:attlist.component" />
  -			<xs:attributeGroup ref="core:attlist.taskExecutorDispatcher" />
  +			<xs:attributeGroup ref="spring:attlist.taskExecutorDispatcher" />
   		</xs:complexType>
   	</xs:element>
  -	<xs:attributeGroup name="core:attlist.taskExecutorDispatcher">
  +	<xs:attributeGroup name="attlist.taskExecutorDispatcher">
   		<xs:attribute name="task-executor" use="required" />
   		<xs:attribute name="schedule-dispatcher" />
   	</xs:attributeGroup>
  
  
  



More information about the jboss-cvs-commits mailing list