From 7f0fcf90cf5b1f3dd7890b89814218b632afd61b Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 24 Mar 2008 20:44:43 +0000 Subject: [PATCH] Providing structure for new 'spring-integration-ws' module --- spring-integration-ws/.classpath | 13 +++++++++++++ spring-integration-ws/.project | 17 +++++++++++++++++ spring-integration-ws/build.xml | 8 ++++++++ spring-integration-ws/ivy.xml | 27 +++++++++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 spring-integration-ws/.classpath create mode 100644 spring-integration-ws/.project create mode 100644 spring-integration-ws/build.xml create mode 100644 spring-integration-ws/ivy.xml diff --git a/spring-integration-ws/.classpath b/spring-integration-ws/.classpath new file mode 100644 index 0000000000..9151e4fcfa --- /dev/null +++ b/spring-integration-ws/.classpath @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/spring-integration-ws/.project b/spring-integration-ws/.project new file mode 100644 index 0000000000..5a31e2c864 --- /dev/null +++ b/spring-integration-ws/.project @@ -0,0 +1,17 @@ + + + spring-integration-ws + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/spring-integration-ws/build.xml b/spring-integration-ws/build.xml new file mode 100644 index 0000000000..da407f23a5 --- /dev/null +++ b/spring-integration-ws/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/spring-integration-ws/ivy.xml b/spring-integration-ws/ivy.xml new file mode 100644 index 0000000000..4e0c433279 --- /dev/null +++ b/spring-integration-ws/ivy.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file