Author: scabanovich
Date: 2007-08-23 12:30:07 -0400 (Thu, 23 Aug 2007)
New Revision: 3301
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/spring-2.0.xsd
Log:
JBIDE-820
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/spring-2.0.xsd
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/spring-2.0.xsd 2007-08-23 16:30:01
UTC (rev 3300)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/spring-2.0.xsd 2007-08-23 16:30:07
UTC (rev 3301)
@@ -34,10 +34,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>