From 76ce41855650efb18e8b242b9dd7320f682718d5 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sun, 13 Mar 2011 19:12:50 +0000 Subject: [PATCH] Fix context:property-placeholder XSD type hierarchy context:property-placeholder extends 'propertyPlaceholder' type defintion once again. This relationship was inadvertently removed in 3.1 M1, and the effect was that XML tooling would raise errors on use of attributes like 'location'. The updated schema has also been published to http://www.springframework.org/schema/context/spring-context-3.1.xsd Issue: SPR-8037 --- .../springframework/context/config/spring-context-3.1.xsd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/org.springframework.context/src/main/resources/org/springframework/context/config/spring-context-3.1.xsd b/org.springframework.context/src/main/resources/org/springframework/context/config/spring-context-3.1.xsd index 59903b4e05..4ee766425b 100644 --- a/org.springframework.context/src/main/resources/org/springframework/context/config/spring-context-3.1.xsd +++ b/org.springframework.context/src/main/resources/org/springframework/context/config/spring-context-3.1.xsd @@ -90,7 +90,7 @@ @@ -101,6 +101,11 @@ + + + + +