diff --git a/spring-context/src/main/resources/org/springframework/context/config/spring-context-3.2.xsd b/spring-context/src/main/resources/org/springframework/context/config/spring-context-3.2.xsd index d650f07135..6ad5298417 100644 --- a/spring-context/src/main/resources/org/springframework/context/config/spring-context-3.2.xsd +++ b/spring-context/src/main/resources/org/springframework/context/config/spring-context-3.2.xsd @@ -25,24 +25,25 @@ @@ -50,39 +51,36 @@ - + - + - + @@ -104,12 +102,11 @@ traditional PropertyPlaceholderConfigurer component will be registered instead of the new PropertySourcesPlaceholderConfigurer. - See ConfigurableEnvironment Javadoc for more information on using. + See ConfigurableEnvironment javadoc for more information on using. ]]> - + @@ -130,7 +127,7 @@ newer PropertySourcesPlaceholderConfigurer variant. In this case, the Spring Environment and its property sources are not interrogated when resolving placeholders. Users are encouraged to consider this attribute deprecated, and to take advantage of - Environment/PropertySource mechanisms. See ConfigurableEnvironment Javadoc for examples. + Environment/PropertySource mechanisms. See ConfigurableEnvironment javadoc for examples. "ENVIRONMENT" indicates placeholders should be resolved against the current Environment and against any local properties; "NEVER" indicates placeholders should be resolved only against local properties and never against system properties; @@ -184,7 +181,7 @@ @TransactionAttribute annotation. Consider the use of the tag for that purpose. - See Javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext + See javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext for information on code-based alternatives to bootstrapping annotation-driven support. from XML. ]]> @@ -211,7 +208,7 @@ definitions just like to regular bean definitions, but it won't apply to the component scan settings themselves. - See Javadoc for org.springframework.context.annotation.ComponentScan for information + See javadoc for org.springframework.context.annotation.ComponentScan for information on code-based alternatives to bootstrapping component-scanning. ]]> @@ -336,7 +333,7 @@ This will only happen if the AnnotationBeanConfigurerAspect is on the classpath (i.e. spring-aspects.jar), effectively activating "spring-configured" by default. - See Javadoc for org.springframework.context.annotation.EnableLoadTimeWeaving + See javadoc for org.springframework.context.annotation.EnableLoadTimeWeaving for information on code-based alternatives to bootstrapping load-time weaving support. ]]> diff --git a/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-3.2.xsd b/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-3.2.xsd index 2537aa15fc..c5e0c248d9 100644 --- a/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-3.2.xsd +++ b/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-3.2.xsd @@ -6,18 +6,17 @@ targetNamespace="http://www.springframework.org/schema/mvc" elementFormDefault="qualified" attributeFormDefault="unqualified"> - - + + @@ -37,14 +36,14 @@ @@ -63,8 +62,8 @@ @@ -78,13 +77,13 @@ - + @@ -98,7 +97,7 @@ - + @@ -235,7 +234,7 @@ -