From c0e134c4a90cdd5d2836ba3b6142b044f74e14f8 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Sat, 20 Sep 2008 14:55:04 +0000 Subject: [PATCH] Adding new module 'org.springframework.integration.jms' --- .../.classpath | 15 ++++++++++ org.springframework.integration.jms/.project | 17 +++++++++++ org.springframework.integration.jms/build.xml | 8 +++++ org.springframework.integration.jms/ivy.xml | 30 +++++++++++++++++++ .../template.mf | 17 +++++++++++ 5 files changed, 87 insertions(+) create mode 100644 org.springframework.integration.jms/.classpath create mode 100644 org.springframework.integration.jms/.project create mode 100644 org.springframework.integration.jms/build.xml create mode 100644 org.springframework.integration.jms/ivy.xml create mode 100644 org.springframework.integration.jms/template.mf diff --git a/org.springframework.integration.jms/.classpath b/org.springframework.integration.jms/.classpath new file mode 100644 index 0000000000..c3684a5a4c --- /dev/null +++ b/org.springframework.integration.jms/.classpath @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.jms/.project b/org.springframework.integration.jms/.project new file mode 100644 index 0000000000..9d0f6cde8b --- /dev/null +++ b/org.springframework.integration.jms/.project @@ -0,0 +1,17 @@ + + + org.springframework.integration.jms + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.integration.jms/build.xml b/org.springframework.integration.jms/build.xml new file mode 100644 index 0000000000..e0ae4e3d70 --- /dev/null +++ b/org.springframework.integration.jms/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/org.springframework.integration.jms/ivy.xml b/org.springframework.integration.jms/ivy.xml new file mode 100644 index 0000000000..180c838edd --- /dev/null +++ b/org.springframework.integration.jms/ivy.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.jms/template.mf b/org.springframework.integration.jms/template.mf new file mode 100644 index 0000000000..67f42166d8 --- /dev/null +++ b/org.springframework.integration.jms/template.mf @@ -0,0 +1,17 @@ +Bundle-SymbolicName: org.springframework.integration.jms +Bundle-Name: Spring Integration JMS Support +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.integration.*;version="[1.0.0, 1.0.1)", + org.springframework.beans.*;version="[2.5.5.A, 3.0.0)", + org.springframework.context;version="[2.5.5.A, 3.0.0)", + org.springframework.core.*;version="[2.5.5.A, 3.0.0)", + org.springframework.jms.*;version="[2.5.5.A, 3.0.0)", + org.springframework.transaction.*;version="[2.5.5.A, 3.0.0)", + org.springframework.util;version="[2.5.5.A, 3.0.0)", + org.apache.commons.logging;version="[1.1.1, 2.0.0)", + javax.jms;version="[1.1.0, 2.0.0)";resolution:=optional +Unversioned-Imports: + org.w3c.dom +