diff --git a/build-spring-integration/build.xml b/build-spring-integration/build.xml index ab2679f5ba..6ce2855347 100644 --- a/build-spring-integration/build.xml +++ b/build-spring-integration/build.xml @@ -5,6 +5,7 @@ + diff --git a/spring-integration-test/.classpath b/spring-integration-test/.classpath new file mode 100644 index 0000000000..64624db01b --- /dev/null +++ b/spring-integration-test/.classpath @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/spring-integration-test/.project b/spring-integration-test/.project new file mode 100644 index 0000000000..21306ee5a0 --- /dev/null +++ b/spring-integration-test/.project @@ -0,0 +1,17 @@ + + + spring-integration-test + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/spring-integration-test/build.xml b/spring-integration-test/build.xml new file mode 100644 index 0000000000..7ce733519e --- /dev/null +++ b/spring-integration-test/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/spring-integration-test/ivy.xml b/spring-integration-test/ivy.xml new file mode 100644 index 0000000000..91fc8221ac --- /dev/null +++ b/spring-integration-test/ivy.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file