From dce16ef457e4de9cff9ab8093271cb7d11a28fcf Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Wed, 13 Jun 2012 09:05:53 -0700 Subject: [PATCH] Initial commit --- .gitignore | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f182a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.class + +# Package Files # +*.jar +*.war +*.ear diff --git a/README.md b/README.md new file mode 100644 index 0000000..bacb8be --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +spring-integration-extensions +============================= + +The Spring Integration Extensions project will serve as the repository for extension components for Spring Integration \ No newline at end of file