From 1a2ecaf254c3d2ce138c6f84b8a4eeac59760d38 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Sat, 1 Dec 2012 00:03:57 -0500 Subject: [PATCH] INTSAMPLES-65 - Basic File Sample (Text Copy) Has Incorrect Filter Attribute Reference: https://jira.springsource.org/browse/INTSAMPLES-65 * Change *filename-pattern* attribute to *filename-regex*. --- .../resources/META-INF/spring/integration/fileCopyDemo-text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/file/src/main/resources/META-INF/spring/integration/fileCopyDemo-text.xml b/basic/file/src/main/resources/META-INF/spring/integration/fileCopyDemo-text.xml index ac5302c0..b0996af4 100644 --- a/basic/file/src/main/resources/META-INF/spring/integration/fileCopyDemo-text.xml +++ b/basic/file/src/main/resources/META-INF/spring/integration/fileCopyDemo-text.xml @@ -14,7 +14,7 @@ + filename-regex="[a-z]+.txt">