From b396d4b2120711c12ea90953b8f3f332569c33ea Mon Sep 17 00:00:00 2001 From: David Syer Date: Tue, 27 Oct 2009 15:22:36 +0000 Subject: [PATCH] RESOLVED - issue SPR-4783: Add name attribute to all namespaces that use AbstractBeanDefinitionParser and declare name= attribute (includes ). git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2197 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../springframework/scripting/config/spring-lang-3.0.xsd | 7 +++++++ .../scripting/config/ScriptingDefaultsTests.java | 7 +++++++ .../org/springframework/scripting/config/TestBean.groovy | 0 .../scripting/config/scriptingDefaultsTests.xml | 4 ++-- 4 files changed, 16 insertions(+), 2 deletions(-) rename org.springframework.context/src/test/{java => resources}/org/springframework/scripting/config/TestBean.groovy (100%) rename org.springframework.context/src/test/{java => resources}/org/springframework/scripting/config/scriptingDefaultsTests.xml (80%) diff --git a/org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-3.0.xsd b/org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-3.0.xsd index 928ca5c273e..574fb05b432 100644 --- a/org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-3.0.xsd +++ b/org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-3.0.xsd @@ -87,6 +87,13 @@ ]]> + + + + + - +