diff --git a/build-spring-integration/build.xml b/build-spring-integration/build.xml index 139c5b9060..a5abf6b850 100644 --- a/build-spring-integration/build.xml +++ b/build-spring-integration/build.xml @@ -3,6 +3,7 @@ + diff --git a/spring-integration-adapters/.classpath b/spring-integration-adapters/.classpath new file mode 100644 index 0000000000..c565e26fdc --- /dev/null +++ b/spring-integration-adapters/.classpath @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/spring-integration-adapters/.project b/spring-integration-adapters/.project new file mode 100644 index 0000000000..2f329970d9 --- /dev/null +++ b/spring-integration-adapters/.project @@ -0,0 +1,17 @@ + + + spring-integration-adapters + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/spring-integration-adapters/build.xml b/spring-integration-adapters/build.xml new file mode 100644 index 0000000000..0c1c3f65b2 --- /dev/null +++ b/spring-integration-adapters/build.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/spring-integration-adapters/ivy.xml b/spring-integration-adapters/ivy.xml new file mode 100644 index 0000000000..e38e284111 --- /dev/null +++ b/spring-integration-adapters/ivy.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file