From 6a8347d7307ebf52eab4449b51239e7ba3f81a19 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 24 Sep 2010 11:14:58 -0400 Subject: [PATCH] renamed 'cook-books' to 'cookbooks' --- {cook-books => cookbooks}/async-gateway/.classpath | 0 {cook-books => cookbooks}/async-gateway/.gitignore | 0 {cook-books => cookbooks}/async-gateway/.project | 0 .../com.springsource.sts.config.flow.prefs | 0 .../.settings/org.maven.ide.eclipse.prefs | 0 .../org.springframework.ide.eclipse.core.prefs | 0 .../async-gateway/.springBeans | 0 {cook-books => cookbooks}/async-gateway/pom.xml | 0 {cook-books => cookbooks}/async-gateway/readme.txt | 0 .../samples/async/gateway/MathService.java | 0 .../samples/async/gateway/MathServiceGateway.java | 0 .../spring/integration/math-service-config.xml | 0 .../samples/async/gateway/AsyncGatewayTest.java | 0 .../async-gateway/src/test/resources/log4j.xml | 0 {cook-books => cookbooks}/errorhandling/.classpath | 0 {cook-books => cookbooks}/errorhandling/.gitignore | 0 {cook-books => cookbooks}/errorhandling/.project | 0 {cook-books => cookbooks}/errorhandling/pom.xml | 0 .../samples/errorhandling/ErrorUnwrapper.java | 0 .../samples/errorhandling/Invitation.java | 0 .../samples/errorhandling/PartyGuest.java | 0 .../samples/errorhandling/PartyHost.java | 0 .../spring/integration/errorHandlingDemo.xml | 0 .../samples/errorhandling/PartyDemoTest.java | 0 .../errorhandling/src/test/resources/log4j.xml | 0 .../file-processing/.classpath | 0 .../file-processing/.gitignore | 0 {cook-books => cookbooks}/file-processing/.project | 0 .../com.springsource.sts.config.flow.prefs | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../.settings/org.maven.ide.eclipse.prefs | 0 .../file-processing/.springBeans | 0 {cook-books => cookbooks}/file-processing/pom.xml | 0 .../file-processing/readme.txt | 0 .../samples/fileprocessing/FileProcessor.java | 0 .../integration/concurrentFileProcessing-config.xml | 0 .../integration/sequentialFileProcessing-config.xml | 0 .../samples/fileprocessing/FileProcessingTest.java | 0 .../file-processing/src/test/resources/log4j.xml | 0 {cook-books => cookbooks}/multipart-http/.classpath | 0 {cook-books => cookbooks}/multipart-http/.gitignore | 0 {cook-books => cookbooks}/multipart-http/.project | 0 .../multipart-http/.settings/.jsdtscope | 0 .../com.springsource.sts.config.flow.prefs | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../.settings/org.eclipse.wst.common.component | 0 .../org.eclipse.wst.common.project.facet.core.xml | 0 .../org.eclipse.wst.jsdt.ui.superType.container | 0 .../org.eclipse.wst.jsdt.ui.superType.name | 0 .../.settings/org.maven.ide.eclipse.prefs | 0 .../org.springframework.ide.eclipse.core.prefs | 0 .../multipart-http/.springBeans | 0 {cook-books => cookbooks}/multipart-http/pom.xml | 0 {cook-books => cookbooks}/multipart-http/readme.txt | 0 .../samples/multipart/MultipartReceiever.java | 0 .../integration/samples/multipart/spring09_logo.png | Bin .../multipart-http/src/main/resources/log4j.xml | 0 .../src/main/webapp/META-INF/MANIFEST.MF | 0 .../src/main/webapp/WEB-INF/servlet-config.xml | 0 .../multipart-http/src/main/webapp/WEB-INF/web.xml | 0 .../multipart-http/src/main/webapp/index.html | 0 .../samples/multipart/MultipartClient.java | 0 {cook-books => cookbooks}/readme.txt | 0 63 files changed, 0 insertions(+), 0 deletions(-) rename {cook-books => cookbooks}/async-gateway/.classpath (100%) rename {cook-books => cookbooks}/async-gateway/.gitignore (100%) rename {cook-books => cookbooks}/async-gateway/.project (100%) rename {cook-books => cookbooks}/async-gateway/.settings/com.springsource.sts.config.flow.prefs (100%) rename {cook-books => cookbooks}/async-gateway/.settings/org.maven.ide.eclipse.prefs (100%) rename {cook-books => cookbooks}/async-gateway/.settings/org.springframework.ide.eclipse.core.prefs (100%) rename {cook-books => cookbooks}/async-gateway/.springBeans (100%) rename {cook-books => cookbooks}/async-gateway/pom.xml (100%) rename {cook-books => cookbooks}/async-gateway/readme.txt (100%) rename {cook-books => cookbooks}/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathService.java (100%) rename {cook-books => cookbooks}/async-gateway/src/main/java/org/springframework/integration/samples/async/gateway/MathServiceGateway.java (100%) rename {cook-books => cookbooks}/async-gateway/src/main/resources/META-INF/spring/integration/math-service-config.xml (100%) rename {cook-books => cookbooks}/async-gateway/src/test/java/org/springframework/integration/samples/async/gateway/AsyncGatewayTest.java (100%) rename {cook-books => cookbooks}/async-gateway/src/test/resources/log4j.xml (100%) rename {cook-books => cookbooks}/errorhandling/.classpath (100%) rename {cook-books => cookbooks}/errorhandling/.gitignore (100%) rename {cook-books => cookbooks}/errorhandling/.project (100%) rename {cook-books => cookbooks}/errorhandling/pom.xml (100%) rename {cook-books => cookbooks}/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/ErrorUnwrapper.java (100%) rename {cook-books => cookbooks}/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/Invitation.java (100%) rename {cook-books => cookbooks}/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyGuest.java (100%) rename {cook-books => cookbooks}/errorhandling/src/main/java/org/springframework/integration/samples/errorhandling/PartyHost.java (100%) rename {cook-books => cookbooks}/errorhandling/src/main/resources/META-INF/spring/integration/errorHandlingDemo.xml (100%) rename {cook-books => cookbooks}/errorhandling/src/test/java/org/springframework/integration/samples/errorhandling/PartyDemoTest.java (100%) rename {cook-books => cookbooks}/errorhandling/src/test/resources/log4j.xml (100%) rename {cook-books => cookbooks}/file-processing/.classpath (100%) rename {cook-books => cookbooks}/file-processing/.gitignore (100%) rename {cook-books => cookbooks}/file-processing/.project (100%) rename {cook-books => cookbooks}/file-processing/.settings/com.springsource.sts.config.flow.prefs (100%) rename {cook-books => cookbooks}/file-processing/.settings/org.eclipse.jdt.core.prefs (100%) rename {cook-books => cookbooks}/file-processing/.settings/org.maven.ide.eclipse.prefs (100%) rename {cook-books => cookbooks}/file-processing/.springBeans (100%) rename {cook-books => cookbooks}/file-processing/pom.xml (100%) rename {cook-books => cookbooks}/file-processing/readme.txt (100%) rename {cook-books => cookbooks}/file-processing/src/main/java/org/springframework/integration/samples/fileprocessing/FileProcessor.java (100%) rename {cook-books => cookbooks}/file-processing/src/main/resources/META-INF/spring/integration/concurrentFileProcessing-config.xml (100%) rename {cook-books => cookbooks}/file-processing/src/main/resources/META-INF/spring/integration/sequentialFileProcessing-config.xml (100%) rename {cook-books => cookbooks}/file-processing/src/test/java/org/springframework/integration/samples/fileprocessing/FileProcessingTest.java (100%) rename {cook-books => cookbooks}/file-processing/src/test/resources/log4j.xml (100%) rename {cook-books => cookbooks}/multipart-http/.classpath (100%) rename {cook-books => cookbooks}/multipart-http/.gitignore (100%) rename {cook-books => cookbooks}/multipart-http/.project (100%) rename {cook-books => cookbooks}/multipart-http/.settings/.jsdtscope (100%) rename {cook-books => cookbooks}/multipart-http/.settings/com.springsource.sts.config.flow.prefs (100%) rename {cook-books => cookbooks}/multipart-http/.settings/org.eclipse.jdt.core.prefs (100%) rename {cook-books => cookbooks}/multipart-http/.settings/org.eclipse.wst.common.component (100%) rename {cook-books => cookbooks}/multipart-http/.settings/org.eclipse.wst.common.project.facet.core.xml (100%) rename {cook-books => cookbooks}/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.container (100%) rename {cook-books => cookbooks}/multipart-http/.settings/org.eclipse.wst.jsdt.ui.superType.name (100%) rename {cook-books => cookbooks}/multipart-http/.settings/org.maven.ide.eclipse.prefs (100%) rename {cook-books => cookbooks}/multipart-http/.settings/org.springframework.ide.eclipse.core.prefs (100%) rename {cook-books => cookbooks}/multipart-http/.springBeans (100%) rename {cook-books => cookbooks}/multipart-http/pom.xml (100%) rename {cook-books => cookbooks}/multipart-http/readme.txt (100%) rename {cook-books => cookbooks}/multipart-http/src/main/java/org/springframework/integration/samples/multipart/MultipartReceiever.java (100%) rename {cook-books => cookbooks}/multipart-http/src/main/java/org/springframework/integration/samples/multipart/spring09_logo.png (100%) rename {cook-books => cookbooks}/multipart-http/src/main/resources/log4j.xml (100%) rename {cook-books => cookbooks}/multipart-http/src/main/webapp/META-INF/MANIFEST.MF (100%) rename {cook-books => cookbooks}/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml (100%) rename {cook-books => cookbooks}/multipart-http/src/main/webapp/WEB-INF/web.xml (100%) rename {cook-books => cookbooks}/multipart-http/src/main/webapp/index.html (100%) rename {cook-books => cookbooks}/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartClient.java (100%) rename {cook-books => cookbooks}/readme.txt (100%) 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