From 24800390db20d08d087357dd460fa1fbe7edb5e9 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 18 Nov 2010 07:44:57 -0500 Subject: [PATCH] INSAMPLES-12 modified references remote-filename-expression to be compliant with changes in INT-1631 --- basic/sftp/.settings/com.springsource.sts.config.flow.prefs | 4 ++-- basic/sftp/readme.txt | 2 +- .../spring/integration/SftpOutboundTransferSample-context.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/basic/sftp/.settings/com.springsource.sts.config.flow.prefs b/basic/sftp/.settings/com.springsource.sts.config.flow.prefs index 60187c9d..8d8e7fad 100644 --- a/basic/sftp/.settings/com.springsource.sts.config.flow.prefs +++ b/basic/sftp/.settings/com.springsource.sts.config.flow.prefs @@ -1,5 +1,5 @@ -#Thu Nov 18 03:08:02 EST 2010 +#Thu Nov 18 07:42:11 EST 2010 //com.springsource.sts.config.flow.coordinates\:http\://www.springframework.org/schema/integration\:/sftp/src/main/resources/META-INF/spring/integration/SftpInboundReceiveSample-context.xml=\n\n\n\n\n\n\n\n\n\n //com.springsource.sts.config.flow.coordinates\:http\://www.springframework.org/schema/integration\:/sftp/src/test/resources/META-INF/spring/integration/SftpInboundReceiveSample-context.xml=\n\n\n\n\n\n\n\n\n\n -//com.springsource.sts.config.flow.coordinates\:http\://www.springframework.org/schema/integration\:/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml=\n\n\n\n\n\n\n\n\n\n +//com.springsource.sts.config.flow.coordinates\:http\://www.springframework.org/schema/integration\:/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml=\n\n\n\n\n\n\n\n\n\n eclipse.preferences.version=1 diff --git a/basic/sftp/readme.txt b/basic/sftp/readme.txt index 1f7b7d96..8c922ee5 100644 --- a/basic/sftp/readme.txt +++ b/basic/sftp/readme.txt @@ -30,7 +30,7 @@ The output should look like this: Successfully transfered 'readme.txt' file to a remote location under the name 'readme.txt_foo' ===== -NOTE: You can see that we are using SpEL via 'remote-file-expression' attribute to define the remote file name by +NOTE: You can see that we are using SpEL via 'remote-filename-expression' attribute to define the remote file name by simply appending '_foo' to the original file name. diff --git a/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml b/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml index ed1793d4..08b1f774 100644 --- a/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml +++ b/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml @@ -24,7 +24,7 @@