INT-706 moved config files to the same directory as the corresponding demo classes

This commit is contained in:
Mark Fisher
2009-07-08 23:16:00 +00:00
parent 90fb362a5f
commit a58d69bdda
6 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Demonstrating the file copy scenario using binary file source and target.
* See the 'fileCopyDemo-binary.xml' configuration file for details.
*
* @author Marius Bogoevici
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Demonstrating the file copy scenario using file-based source and target.
* See the 'fileCopyDemo-file.xml' configuration file for details.
*
* @author Marius Bogoevici
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,7 +19,8 @@ package org.springframework.integration.samples.filecopy;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Demo of file source and target adapters.
* Demonstrating the file copy scenario using text-based source and target.
* See the 'fileCopyDemo-text.xml' configuration file for details.
*
* @author Mark Fisher
* @author Marius Bogoevici