From 270b8572707f31a1e142f1dedf7bd8e528bbf810 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 30 Jan 2009 20:47:13 +0000 Subject: [PATCH] Added module for HTTP support --- .../.classpath | 17 +++++++++++ org.springframework.integration.http/.project | 23 ++++++++++++++ .../build.xml | 8 +++++ org.springframework.integration.http/ivy.xml | 30 +++++++++++++++++++ org.springframework.integration.http/pom.xml | 26 ++++++++++++++++ .../template.mf | 16 ++++++++++ 6 files changed, 120 insertions(+) create mode 100644 org.springframework.integration.http/.classpath create mode 100644 org.springframework.integration.http/.project create mode 100644 org.springframework.integration.http/build.xml create mode 100644 org.springframework.integration.http/ivy.xml create mode 100644 org.springframework.integration.http/pom.xml create mode 100644 org.springframework.integration.http/template.mf diff --git a/org.springframework.integration.http/.classpath b/org.springframework.integration.http/.classpath new file mode 100644 index 0000000000..b7b70f01e3 --- /dev/null +++ b/org.springframework.integration.http/.classpath @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.http/.project b/org.springframework.integration.http/.project new file mode 100644 index 0000000000..d0d9dac02e --- /dev/null +++ b/org.springframework.integration.http/.project @@ -0,0 +1,23 @@ + + + org.springframework.integration.http + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.springframework.ide.eclipse.core.springbuilder + + + + + + org.springframework.ide.eclipse.core.springnature + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.integration.http/build.xml b/org.springframework.integration.http/build.xml new file mode 100644 index 0000000000..5d55b38e07 --- /dev/null +++ b/org.springframework.integration.http/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/org.springframework.integration.http/ivy.xml b/org.springframework.integration.http/ivy.xml new file mode 100644 index 0000000000..e590e3a4ec --- /dev/null +++ b/org.springframework.integration.http/ivy.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.http/pom.xml b/org.springframework.integration.http/pom.xml new file mode 100644 index 0000000000..5bb9496ed8 --- /dev/null +++ b/org.springframework.integration.http/pom.xml @@ -0,0 +1,26 @@ + + + 4.0.0 + org.springframework.integration + spring-integration-http + jar + Spring Integration HTTP Support + 1.0.1.RELEASE + + + org.springframework + spring-web + ${spring.version} + + + javax.servlet + servlet-api + 2.5 + provided + + + + 2.5.6 + + \ No newline at end of file diff --git a/org.springframework.integration.http/template.mf b/org.springframework.integration.http/template.mf new file mode 100644 index 0000000000..90010431e1 --- /dev/null +++ b/org.springframework.integration.http/template.mf @@ -0,0 +1,16 @@ +Bundle-SymbolicName: org.springframework.integration.http +Bundle-Name: Spring Integration HTTP Support +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.integration.*;version="[1.0.1, 1.0.2)", + org.springframework.beans.*;version="[2.5.6.A, 3.0.0)", + org.springframework.context;version="[2.5.6.A, 3.0.0)", + org.springframework.core.*;version="[2.5.6.A, 3.0.0)", + org.springframework.util;version="[2.5.6.A, 3.0.0)", + org.springframework.web;version="[2.5.6.A, 3.0.0)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1, 2.0.0)", + javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional +Unversioned-Imports: + org.w3c.dom +