From fbee526a409e4c44cfdff49a35885c58e423daaf 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 --- .../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 b6f1e6360b..ea48a6fa42 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