diff --git a/cook-books/async-gateway/.classpath b/cookbooks/async-gateway/.classpath similarity index 100% rename from cook-books/async-gateway/.classpath rename to cookbooks/async-gateway/.classpath diff --git a/cook-books/async-gateway/.gitignore b/cookbooks/async-gateway/.gitignore similarity index 100% rename from cook-books/async-gateway/.gitignore rename to cookbooks/async-gateway/.gitignore diff --git a/cook-books/async-gateway/.project b/cookbooks/async-gateway/.project similarity index 100% rename from cook-books/async-gateway/.project rename to cookbooks/async-gateway/.project diff --git a/cook-books/async-gateway/.settings/com.springsource.sts.config.flow.prefs b/cookbooks/async-gateway/.settings/com.springsource.sts.config.flow.prefs similarity index 100% rename from cook-books/async-gateway/.settings/com.springsource.sts.config.flow.prefs rename to cookbooks/async-gateway/.settings/com.springsource.sts.config.flow.prefs diff --git a/cook-books/async-gateway/.settings/org.maven.ide.eclipse.prefs b/cookbooks/async-gateway/.settings/org.maven.ide.eclipse.prefs similarity index 100% rename from cook-books/async-gateway/.settings/org.maven.ide.eclipse.prefs rename to cookbooks/async-gateway/.settings/org.maven.ide.eclipse.prefs diff --git a/cook-books/async-gateway/.settings/org.springframework.ide.eclipse.core.prefs b/cookbooks/async-gateway/.settings/org.springframework.ide.eclipse.core.prefs similarity index 100% rename from cook-books/async-gateway/.settings/org.springframework.ide.eclipse.core.prefs rename to cookbooks/async-gateway/.settings/org.springframework.ide.eclipse.core.prefs diff --git a/cook-books/async-gateway/.springBeans b/cookbooks/async-gateway/.springBeans similarity index 100% rename from cook-books/async-gateway/.springBeans rename to cookbooks/async-gateway/.springBeans diff --git a/cook-books/async-gateway/pom.xml b/cookbooks/async-gateway/pom.xml similarity index 100% rename from cook-books/async-gateway/pom.xml rename to cookbooks/async-gateway/pom.xml diff --git a/cook-books/async-gateway/readme.txt b/cookbooks/async-gateway/readme.txt similarity index 100% rename from cook-books/async-gateway/readme.txt rename to cookbooks/async-gateway/readme.txt diff --git a/cook-books/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathService.java b/cookbooks/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathService.java similarity index 100% rename from cook-books/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathService.java rename to cookbooks/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathService.java diff --git a/cook-books/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathServiceGateway.java b/cookbooks/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathServiceGateway.java similarity index 100% rename from cook-books/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathServiceGateway.java rename to cookbooks/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathServiceGateway.java diff --git a/cook-books/async-gateway/src/main/resources/META-INF/spring/integration/math-service-config.xml b/cookbooks/async-gateway/src/main/resources/META-INF/spring/integration/math-service-config.xml similarity index 100% rename from cook-books/async-gateway/src/main/resources/META-INF/spring/integration/math-service-config.xml rename to cookbooks/async-gateway/src/main/resources/META-INF/spring/integration/math-service-config.xml diff --git a/cook-books/async-gateway/src/test/java/org/springframework/integration/samples/async/gateway/AsyncGatewayTest.java b/cookbooks/async-gateway/src/test/java/org/springframework/integration/samples/async/gateway/AsyncGatewayTest.java similarity index 100% rename from cook-books/async-gateway/src/test/java/org/springframework/integration/samples/async/gateway/AsyncGatewayTest.java rename to cookbooks/async-gateway/src/test/java/org/springframework/integration/samples/async/gateway/AsyncGatewayTest.java diff --git a/cook-books/async-gateway/src/test/resources/log4j.xml b/cookbooks/async-gateway/src/test/resources/log4j.xml similarity index 100% rename from cook-books/async-gateway/src/test/resources/log4j.xml rename to cookbooks/async-gateway/src/test/resources/log4j.xml diff --git a/cook-books/errorhandling/.classpath b/cookbooks/errorhandling/.classpath similarity index 100% rename from cook-books/errorhandling/.classpath rename to cookbooks/errorhandling/.classpath diff --git a/cook-books/errorhandling/.gitignore b/cookbooks/errorhandling/.gitignore similarity index 100% rename from cook-books/errorhandling/.gitignore rename to cookbooks/errorhandling/.gitignore diff --git a/cook-books/errorhandling/.project b/cookbooks/errorhandling/.project similarity index 100% rename from cook-books/errorhandling/.project rename to cookbooks/errorhandling/.project diff --git a/cook-books/errorhandling/pom.xml b/cookbooks/errorhandling/pom.xml similarity index 100% rename from cook-books/errorhandling/pom.xml rename to cookbooks/errorhandling/pom.xml diff --git a/cook-books/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/ErrorUnwrapper.java b/cookbooks/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/ErrorUnwrapper.java similarity index 100% rename from cook-books/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/ErrorUnwrapper.java rename to cookbooks/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/ErrorUnwrapper.java diff --git a/cook-books/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/Invitation.java b/cookbooks/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/Invitation.java similarity index 100% rename from cook-books/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/Invitation.java rename to cookbooks/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/Invitation.java diff --git a/cook-books/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyGuest.java b/cookbooks/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyGuest.java similarity index 100% rename from cook-books/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyGuest.java rename to cookbooks/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyGuest.java diff --git a/cook-books/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyHost.java b/cookbooks/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyHost.java similarity index 100% rename from cook-books/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyHost.java rename to cookbooks/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyHost.java diff --git a/cook-books/errorhandling/src/main/resources/META-INF/spring/integration/errorHandlingDemo.xml b/cookbooks/errorhandling/src/main/resources/META-INF/spring/integration/errorHandlingDemo.xml similarity index 100% rename from cook-books/errorhandling/src/main/resources/META-INF/spring/integration/errorHandlingDemo.xml rename to cookbooks/errorhandling/src/main/resources/META-INF/spring/integration/errorHandlingDemo.xml diff --git a/cook-books/errorhandling/src/test/java/org/springframework/integration/samples/errorhandling/PartyDemoTest.java b/cookbooks/errorhandling/src/test/java/org/springframework/integration/samples/errorhandling/PartyDemoTest.java similarity index 100% rename from cook-books/errorhandling/src/test/java/org/springframework/integration/samples/errorhandling/PartyDemoTest.java rename to cookbooks/errorhandling/src/test/java/org/springframework/integration/samples/errorhandling/PartyDemoTest.java diff --git a/cook-books/errorhandling/src/test/resources/log4j.xml b/cookbooks/errorhandling/src/test/resources/log4j.xml similarity index 100% rename from cook-books/errorhandling/src/test/resources/log4j.xml rename to cookbooks/errorhandling/src/test/resources/log4j.xml diff --git a/cook-books/file-processing/.classpath b/cookbooks/file-processing/.classpath similarity index 100% rename from cook-books/file-processing/.classpath rename to cookbooks/file-processing/.classpath diff --git a/cook-books/file-processing/.gitignore b/cookbooks/file-processing/.gitignore similarity index 100% rename from cook-books/file-processing/.gitignore rename to cookbooks/file-processing/.gitignore diff --git a/cook-books/file-processing/.project b/cookbooks/file-processing/.project similarity index 100% rename from cook-books/file-processing/.project rename to cookbooks/file-processing/.project diff --git a/cook-books/file-processing/.settings/com.springsource.sts.config.flow.prefs b/cookbooks/file-processing/.settings/com.springsource.sts.config.flow.prefs similarity index 100% rename from cook-books/file-processing/.settings/com.springsource.sts.config.flow.prefs rename to cookbooks/file-processing/.settings/com.springsource.sts.config.flow.prefs diff --git a/cook-books/file-processing/.settings/org.eclipse.jdt.core.prefs b/cookbooks/file-processing/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from cook-books/file-processing/.settings/org.eclipse.jdt.core.prefs rename to cookbooks/file-processing/.settings/org.eclipse.jdt.core.prefs diff --git a/cook-books/file-processing/.settings/org.maven.ide.eclipse.prefs b/cookbooks/file-processing/.settings/org.maven.ide.eclipse.prefs similarity index 100% rename from cook-books/file-processing/.settings/org.maven.ide.eclipse.prefs rename to cookbooks/file-processing/.settings/org.maven.ide.eclipse.prefs diff --git a/cook-books/file-processing/.springBeans b/cookbooks/file-processing/.springBeans similarity index 100% rename from cook-books/file-processing/.springBeans rename to cookbooks/file-processing/.springBeans diff --git a/cook-books/file-processing/pom.xml b/cookbooks/file-processing/pom.xml similarity index 100% rename from cook-books/file-processing/pom.xml rename to cookbooks/file-processing/pom.xml diff --git a/cook-books/file-processing/readme.txt b/cookbooks/file-processing/readme.txt similarity index 100% rename from cook-books/file-processing/readme.txt rename to cookbooks/file-processing/readme.txt diff --git a/cook-books/file-processing/src/main/java/org/springframework/integration/samples/fileprocessing/FileProcessor.java b/cookbooks/file-processing/src/main/java/org/springframework/integration/samples/fileprocessing/FileProcessor.java similarity index 100% rename from cook-books/file-processing/src/main/java/org/springframework/integration/samples/fileprocessing/FileProcessor.java rename to cookbooks/file-processing/src/main/java/org/springframework/integration/samples/fileprocessing/FileProcessor.java diff --git a/cook-books/file-processing/src/main/resources/META-INF/spring/integration/concurrentFileProcessing-config.xml b/cookbooks/file-processing/src/main/resources/META-INF/spring/integration/concurrentFileProcessing-config.xml similarity index 100% rename from cook-books/file-processing/src/main/resources/META-INF/spring/integration/concurrentFileProcessing-config.xml rename to cookbooks/file-processing/src/main/resources/META-INF/spring/integration/concurrentFileProcessing-config.xml diff --git a/cook-books/file-processing/src/main/resources/META-INF/spring/integration/sequentialFileProcessing-config.xml b/cookbooks/file-processing/src/main/resources/META-INF/spring/integration/sequentialFileProcessing-config.xml similarity index 100% rename from cook-books/file-processing/src/main/resources/META-INF/spring/integration/sequentialFileProcessing-config.xml rename to cookbooks/file-processing/src/main/resources/META-INF/spring/integration/sequentialFileProcessing-config.xml diff --git a/cook-books/file-processing/src/test/java/org/springframework/integration/samples/fileprocessing/FileProcessingTest.java b/cookbooks/file-processing/src/test/java/org/springframework/integration/samples/fileprocessing/FileProcessingTest.java similarity index 100% rename from cook-books/file-processing/src/test/java/org/springframework/integration/samples/fileprocessing/FileProcessingTest.java rename to cookbooks/file-processing/src/test/java/org/springframework/integration/samples/fileprocessing/FileProcessingTest.java diff --git a/cook-books/file-processing/src/test/resources/log4j.xml b/cookbooks/file-processing/src/test/resources/log4j.xml similarity index 100% rename from cook-books/file-processing/src/test/resources/log4j.xml rename to cookbooks/file-processing/src/test/resources/log4j.xml diff --git a/cook-books/multipart-http/.classpath b/cookbooks/multipart-http/.classpath similarity index 100% rename from cook-books/multipart-http/.classpath rename to cookbooks/multipart-http/.classpath diff --git a/cook-books/multipart-http/.gitignore b/cookbooks/multipart-http/.gitignore similarity index 100% rename from cook-books/multipart-http/.gitignore rename to cookbooks/multipart-http/.gitignore diff --git a/cook-books/multipart-http/.project b/cookbooks/multipart-http/.project similarity index 100% rename from cook-books/multipart-http/.project rename to cookbooks/multipart-http/.project diff --git a/cook-books/multipart-http/.settings/.jsdtscope b/cookbooks/multipart-http/.settings/.jsdtscope similarity index 100% rename from cook-books/multipart-http/.settings/.jsdtscope rename to cookbooks/multipart-http/.settings/.jsdtscope diff --git a/cook-books/multipart-http/.settings/com.springsource.sts.config.flow.prefs b/cookbooks/multipart-http/.settings/com.springsource.sts.config.flow.prefs similarity index 100% rename from cook-books/multipart-http/.settings/com.springsource.sts.config.flow.prefs rename to cookbooks/multipart-http/.settings/com.springsource.sts.config.flow.prefs diff --git a/cook-books/multipart-http/.settings/org.eclipse.jdt.core.prefs b/cookbooks/multipart-http/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from cook-books/multipart-http/.settings/org.eclipse.jdt.core.prefs rename to cookbooks/multipart-http/.settings/org.eclipse.jdt.core.prefs diff --git a/cook-books/multipart-http/.settings/org.eclipse.wst.common.component b/cookbooks/multipart-http/.settings/org.eclipse.wst.common.component similarity index 100% rename from cook-books/multipart-http/.settings/org.eclipse.wst.common.component rename to cookbooks/multipart-http/.settings/org.eclipse.wst.common.component diff --git a/cook-books/multipart-http/.settings/org.eclipse.wst.common.project.facet.core.xml b/cookbooks/multipart-http/.settings/org.eclipse.wst.common.project.facet.core.xml similarity index 100% rename from cook-books/multipart-http/.settings/org.eclipse.wst.common.project.facet.core.xml rename to cookbooks/multipart-http/.settings/org.eclipse.wst.common.project.facet.core.xml diff --git a/cook-books/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.container b/cookbooks/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.container similarity index 100% rename from cook-books/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.container rename to cookbooks/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.container diff --git a/cook-books/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.name b/cookbooks/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.name similarity index 100% rename from cook-books/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.name rename to cookbooks/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.name diff --git a/cook-books/multipart-http/.settings/org.maven.ide.eclipse.prefs b/cookbooks/multipart-http/.settings/org.maven.ide.eclipse.prefs similarity index 100% rename from cook-books/multipart-http/.settings/org.maven.ide.eclipse.prefs rename to cookbooks/multipart-http/.settings/org.maven.ide.eclipse.prefs diff --git a/cook-books/multipart-http/.settings/org.springframework.ide.eclipse.core.prefs b/cookbooks/multipart-http/.settings/org.springframework.ide.eclipse.core.prefs similarity index 100% rename from cook-books/multipart-http/.settings/org.springframework.ide.eclipse.core.prefs rename to cookbooks/multipart-http/.settings/org.springframework.ide.eclipse.core.prefs diff --git a/cook-books/multipart-http/.springBeans b/cookbooks/multipart-http/.springBeans similarity index 100% rename from cook-books/multipart-http/.springBeans rename to cookbooks/multipart-http/.springBeans diff --git a/cook-books/multipart-http/pom.xml b/cookbooks/multipart-http/pom.xml similarity index 100% rename from cook-books/multipart-http/pom.xml rename to cookbooks/multipart-http/pom.xml diff --git a/cook-books/multipart-http/readme.txt b/cookbooks/multipart-http/readme.txt similarity index 100% rename from cook-books/multipart-http/readme.txt rename to cookbooks/multipart-http/readme.txt diff --git a/cook-books/multipart-http/src/main/java/org/springframework/integration/samples/multipart/MultipartReceiever.java b/cookbooks/multipart-http/src/main/java/org/springframework/integration/samples/multipart/MultipartReceiever.java similarity index 100% rename from cook-books/multipart-http/src/main/java/org/springframework/integration/samples/multipart/MultipartReceiever.java rename to cookbooks/multipart-http/src/main/java/org/springframework/integration/samples/multipart/MultipartReceiever.java diff --git a/cook-books/multipart-http/src/main/java/org/springframework/integration/samples/multipart/spring09_logo.png b/cookbooks/multipart-http/src/main/java/org/springframework/integration/samples/multipart/spring09_logo.png similarity index 100% rename from cook-books/multipart-http/src/main/java/org/springframework/integration/samples/multipart/spring09_logo.png rename to cookbooks/multipart-http/src/main/java/org/springframework/integration/samples/multipart/spring09_logo.png diff --git a/cook-books/multipart-http/src/main/resources/log4j.xml b/cookbooks/multipart-http/src/main/resources/log4j.xml similarity index 100% rename from cook-books/multipart-http/src/main/resources/log4j.xml rename to cookbooks/multipart-http/src/main/resources/log4j.xml diff --git a/cook-books/multipart-http/src/main/webapp/META-INF/MANIFEST.MF b/cookbooks/multipart-http/src/main/webapp/META-INF/MANIFEST.MF similarity index 100% rename from cook-books/multipart-http/src/main/webapp/META-INF/MANIFEST.MF rename to cookbooks/multipart-http/src/main/webapp/META-INF/MANIFEST.MF diff --git a/cook-books/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml b/cookbooks/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml similarity index 100% rename from cook-books/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml rename to cookbooks/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml diff --git a/cook-books/multipart-http/src/main/webapp/WEB-INF/web.xml b/cookbooks/multipart-http/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from cook-books/multipart-http/src/main/webapp/WEB-INF/web.xml rename to cookbooks/multipart-http/src/main/webapp/WEB-INF/web.xml diff --git a/cook-books/multipart-http/src/main/webapp/index.html b/cookbooks/multipart-http/src/main/webapp/index.html similarity index 100% rename from cook-books/multipart-http/src/main/webapp/index.html rename to cookbooks/multipart-http/src/main/webapp/index.html diff --git a/cook-books/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartClient.java b/cookbooks/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartClient.java similarity index 100% rename from cook-books/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartClient.java rename to cookbooks/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartClient.java diff --git a/cook-books/readme.txt b/cookbooks/readme.txt similarity index 100% rename from cook-books/readme.txt rename to cookbooks/readme.txt