From 098a0f1407f0bc979a783a2ffabb5f91e5719765 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 3 Nov 2009 15:45:16 +0000 Subject: [PATCH] INT-874 committing base infrastructure for new JDBC module --- .../.classpath | 27 +++++++ org.springframework.integration.jdbc/.project | 17 ++++ .../build.xml | 9 +++ org.springframework.integration.jdbc/ivy.xml | 36 +++++++++ org.springframework.integration.jdbc/pom.xml | 80 +++++++++++++++++++ .../template.mf | 9 +++ 6 files changed, 178 insertions(+) create mode 100644 org.springframework.integration.jdbc/.classpath create mode 100644 org.springframework.integration.jdbc/.project create mode 100644 org.springframework.integration.jdbc/build.xml create mode 100644 org.springframework.integration.jdbc/ivy.xml create mode 100644 org.springframework.integration.jdbc/pom.xml create mode 100644 org.springframework.integration.jdbc/template.mf diff --git a/org.springframework.integration.jdbc/.classpath b/org.springframework.integration.jdbc/.classpath new file mode 100644 index 0000000000..a61c6325b6 --- /dev/null +++ b/org.springframework.integration.jdbc/.classpath @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.jdbc/.project b/org.springframework.integration.jdbc/.project new file mode 100644 index 0000000000..e7f30e1820 --- /dev/null +++ b/org.springframework.integration.jdbc/.project @@ -0,0 +1,17 @@ + + + org.springframework.integration.jdbc + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.integration.jdbc/build.xml b/org.springframework.integration.jdbc/build.xml new file mode 100644 index 0000000000..f624b78b2f --- /dev/null +++ b/org.springframework.integration.jdbc/build.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/org.springframework.integration.jdbc/ivy.xml b/org.springframework.integration.jdbc/ivy.xml new file mode 100644 index 0000000000..38b377b489 --- /dev/null +++ b/org.springframework.integration.jdbc/ivy.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.integration.jdbc/pom.xml b/org.springframework.integration.jdbc/pom.xml new file mode 100644 index 0000000000..ca4812846c --- /dev/null +++ b/org.springframework.integration.jdbc/pom.xml @@ -0,0 +1,80 @@ + + + 4.0.0 + spring-integration-jdbc + jar + Spring Integration JDBC + + org.springframework.integration + spring-integration-parent + 2.0.0.BUILD-SNAPSHOT + ../spring-integration-parent + + + + cglib + cglib + 2.1_3 + test + + + junit + junit + ${junit.version} + test + + + org.easymock + easymock + 2.3 + test + + + org.aspectj + aspectjrt + 1.6.5 + test + true + + + org.aspectj + aspectjweaver + 1.6.5 + test + true + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + test + + + org.mockito + mockito-all + 1.6 + test + + + diff --git a/org.springframework.integration.jdbc/template.mf b/org.springframework.integration.jdbc/template.mf new file mode 100644 index 0000000000..1f94f88ff1 --- /dev/null +++ b/org.springframework.integration.jdbc/template.mf @@ -0,0 +1,9 @@ +Bundle-SymbolicName: org.springframework.integration.jdbc +Bundle-Name: Spring Integration JDBC Support +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.*;version="[3.0.0, 4.0.0)", + org.apache.commons.logging;version="[1.1.1, 2.0.0)", + org.aopalliance.*;version="[1.0.0, 2.0.0)", + org.w3c.dom.*;version="0"