updated spring-integration and spring version ranges in template.mf files, and also updated spring-ws to 1.5.7.A and spring-security to 2.0.5.RELEASE

This commit is contained in:
Mark Fisher
2009-08-03 22:44:27 +00:00
parent 87f4e1f3f4
commit ee25237f0b
20 changed files with 84 additions and 84 deletions

View File

@@ -3,12 +3,12 @@ Bundle-Name: Spring Integration HTTP Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.context.*;version="[2.5.6.A, 3.1.0)",
org.springframework.core.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.web.*;version="[2.5.6.A, 3.1.0)";resolution:=optional,
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.web.*;version="[3.0.0, 4.0.0)";resolution:=optional,
org.apache.commons.httpclient.*;version="[3.1.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional,