From 367da4e96ace509900817e4a7471ac7f51a6c57f Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Thu, 28 Jul 2011 09:33:08 +0200 Subject: [PATCH] fixed wrong package in spring.schemas for the xsd --- spring-data-neo4j/src/main/resources/META-INF/spring.schemas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-neo4j/src/main/resources/META-INF/spring.schemas b/spring-data-neo4j/src/main/resources/META-INF/spring.schemas index 0b7c5a9ce..c6cec6413 100644 --- a/spring-data-neo4j/src/main/resources/META-INF/spring.schemas +++ b/spring-data-neo4j/src/main/resources/META-INF/spring.schemas @@ -1 +1 @@ -http\://www.springframework.org/schema/data/graph/datagraph-1.0.xsd=org/springframework/data/graph/neo4j/config/datagraph-1.0.xsd \ No newline at end of file +http\://www.springframework.org/schema/data/graph/datagraph-1.0.xsd=org/springframework/data/neo4j/config/datagraph-1.0.xsd \ No newline at end of file