INT-723 Updated bundle version ranges to allow deployment with Spring 3.0.

This commit is contained in:
Mark Fisher
2009-07-15 20:15:07 +00:00
parent 1088a0d1bd
commit 593dc2af3d
13 changed files with 49 additions and 49 deletions

View File

@@ -4,9 +4,9 @@ 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.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.beans.*;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.oxm;version="[1.5.5.A, 2.0.0)";resolution:=optional,
org.springframework.xml.*;version="[1.5.5.A, 2.0.0)",
org.w3c.dom.*;version="0",