DATAJPA-239 - Fixed namespace reference to repository XSD.

This commit is contained in:
Oliver Gierke
2012-07-31 11:27:50 +02:00
parent 0273aeb5cc
commit 54675ffd53
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<xsd:import namespace="http://www.springframework.org/schema/context"
schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" />
<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:complexType name="jpa-repository">
<xsd:complexContent>

View File

@@ -11,7 +11,7 @@
<xsd:import namespace="http://www.springframework.org/schema/context"
schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" />
<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:complexType name="jpa-repository">
<xsd:complexContent>