From 053730c5f7f1f7967973b5fdd7fe37059b582ae2 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 26 Nov 2009 15:44:29 +0000 Subject: [PATCH] + add oxm.xsd namespace alias git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2515 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../src/main/resources/META-INF/spring.schemas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.springframework.oxm/src/main/resources/META-INF/spring.schemas b/org.springframework.oxm/src/main/resources/META-INF/spring.schemas index b6f1e6360bb..ea48a6fa429 100644 --- a/org.springframework.oxm/src/main/resources/META-INF/spring.schemas +++ b/org.springframework.oxm/src/main/resources/META-INF/spring.schemas @@ -1 +1,2 @@ -http\://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd \ No newline at end of file +http\://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd +http\://www.springframework.org/schema/oxm/spring-oxm.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd \ No newline at end of file