Added module for HTTP support
This commit is contained in:
16
org.springframework.integration.http/template.mf
Normal file
16
org.springframework.integration.http/template.mf
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user