From b8dec7471e2ec822a99e904a9d348eef1d835e49 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Thu, 18 Aug 2011 10:55:14 -0400 Subject: [PATCH 1/2] INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.1.xsd --- .../file/config/spring-integration-file-2.1.xsd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.1.xsd b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.1.xsd index 7d6bcbe6de..5defb93671 100644 --- a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.1.xsd +++ b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.1.xsd @@ -114,7 +114,13 @@ Only files matching this regular expression will be picked up by this adapter. ]]> - + + + + Lifecycle attribute signaling if this component should be started during Application Context startup. + + + From bdd10df7039f61170f40c771cd1e5f9c6217fc01 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Thu, 18 Aug 2011 10:58:07 -0400 Subject: [PATCH 2/2] INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.0.xsd --- .../file/config/spring-integration-file-2.0.xsd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd index 7d6bcbe6de..2bd2c0c887 100644 --- a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd +++ b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd @@ -114,7 +114,13 @@ Only files matching this regular expression will be picked up by this adapter. ]]> - + + + + Lifecycle attribute signaling if this component should be started during Application Context startup. + + +