From c4d13f6db9b82e8594b88a54a29d9df25f496931 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4088 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../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 59903b4e05a..4ee766425b1 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 @@ + + + + +