Browse Source
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1226 50f2f4bb-b051-0410-bef5-90022cba6387pull/1/head
4 changed files with 8 additions and 8 deletions
@ -1,4 +1,4 @@ |
|||||||
http\://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler |
http\://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler |
||||||
http\://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler |
http\://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler |
||||||
http\://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler |
http\://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler |
||||||
http\://www.springframework.org/schema/scheduling=org.springframework.scheduling.config.SchedulingNamespaceHandler |
http\://www.springframework.org/schema/concurrent=org.springframework.scheduling.config.ConcurrentNamespaceHandler |
||||||
|
|||||||
@ -1,16 +1,16 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||||
|
|
||||||
<xsd:schema xmlns="http://www.springframework.org/schema/scheduling" |
<xsd:schema xmlns="http://www.springframework.org/schema/concurrent" |
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
||||||
xmlns:beans="http://www.springframework.org/schema/beans" |
xmlns:beans="http://www.springframework.org/schema/beans" |
||||||
xmlns:tool="http://www.springframework.org/schema/tool" |
xmlns:tool="http://www.springframework.org/schema/tool" |
||||||
targetNamespace="http://www.springframework.org/schema/scheduling" |
targetNamespace="http://www.springframework.org/schema/concurrent" |
||||||
elementFormDefault="qualified" |
elementFormDefault="qualified" |
||||||
attributeFormDefault="unqualified"> |
attributeFormDefault="unqualified"> |
||||||
|
|
||||||
<xsd:annotation> |
<xsd:annotation> |
||||||
<xsd:documentation><![CDATA[ |
<xsd:documentation><![CDATA[ |
||||||
Defines the elements used in the Spring Framework's scheduling support. |
Defines the elements used in the Spring Framework's support for task execution and scheduling. |
||||||
]]></xsd:documentation> |
]]></xsd:documentation> |
||||||
</xsd:annotation> |
</xsd:annotation> |
||||||
|
|
||||||
Loading…
Reference in new issue