Update pom and template.mf files Spring 3.0.4 (INT-1293)

This commit is contained in:
Chris Beams
2010-09-02 10:54:11 +00:00
parent 9e6e232837
commit 4ded74b317
25 changed files with 90 additions and 90 deletions

View File

@@ -4,11 +4,11 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;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.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.context.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.util.*;version="[3.0.4, 4.0.0)",
org.springframework.expression.*;version="[3.0.4, 4.0.0)",
org.springframework.context.expression.*;version="[3.0.4, 4.0.0)",
org.springframework.oxm;version="[1.5.7.A, 2.0.0)";resolution:=optional,
org.springframework.xml.*;version="[1.5.7.A, 2.0.0)",
org.apache.commons.logging.*;version="[1.0,2.0)",