Browse Source

DATAMONGO-499 - Fixed namespace reference to repository XSD.

pull/9/head
Oliver Gierke 14 years ago
parent
commit
ceec0bcc4a
  1. 2
      spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.0.xsd

2
spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.0.xsd

@ -14,7 +14,7 @@
<xsd:import namespace="http://www.springframework.org/schema/context" <xsd:import namespace="http://www.springframework.org/schema/context"
schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" /> schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" />
<xsd:import namespace="http://www.springframework.org/schema/data/repository" <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="mongo" type="mongoType"> <xsd:element name="mongo" type="mongoType">
<xsd:annotation> <xsd:annotation>

Loading…
Cancel
Save