From 39fbfbd3434eba391b929edb65d7896352326b91 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 29 Dec 2014 13:39:48 +0100 Subject: [PATCH] Doc: base-packages can be comma/semicolon/space/tab/linefeed-separated Issue: SPR-12523 (cherry picked from commit 6f2de28) --- .../org/springframework/context/config/spring-context-4.0.xsd | 2 +- src/asciidoc/index.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd b/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd index 10bce2d33a9..4986e6c02d5 100644 --- a/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd +++ b/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd @@ -235,7 +235,7 @@ use="required"> diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 7e7dfdc3baf..8f9179fa0b6 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -5976,8 +5976,8 @@ are eligible for such autodetection: To autodetect these classes and register the corresponding beans, you need to include the following element in XML, where the base-package element is a common parent package -for the two classes. (Alternatively, you can specify a comma-separated list that -includes the parent package of each class.) +for the two classes. (Alternatively, you can specify a comma/semicolon/space/tab/linefeed- +separated list that includes the parent package of each class.) [source,xml,indent=0] [subs="verbatim,quotes"]