DATAGRAPH-266 - Fixed reference to repositories namespace in XSD.

Have to fix the reference to the repositories XSD in older (2.0) namespace XSDs to avoid validation errors.
This commit is contained in:
Oliver Gierke
2012-07-31 08:39:29 +02:00
parent 3e71a8babd
commit 5ab59541cb

View File

@@ -12,7 +12,7 @@
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/data/repository"
schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository.xsd"/>
schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository-1.0.xsd"/>
<xsd:element name="config">
<xsd:complexType>