Merged back changes from 2.0.0 M1 release
This commit is contained in:
@@ -2,6 +2,7 @@ Manifest-Version: 1.0
|
||||
Bundle-SymbolicName: org.springframework.ws.xml
|
||||
Bundle-Name: Spring XML
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-Version: ${osgi.version}
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
javax.xml.namespace.*;version="0",
|
||||
@@ -14,10 +15,10 @@ Import-Template:
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
org.apache.ws.commons.schema.*;version="[1.3.2, 2.0.0)";resolution:=optional,
|
||||
org.jaxen.*;version="[1.1.1, 2.0.0)";resolution:=optional,
|
||||
org.springframework.beans.*;version="[3.0.1, 4.0.0)",
|
||||
org.springframework.core.*;version="[3.0.1, 4.0.0)",
|
||||
org.springframework.context.*;version="[3.0.1, 4.0.0)",
|
||||
org.springframework.util.*;version="[3.0.1, 4.0.0)",
|
||||
org.springframework.beans.*;version=${spring.framework.osgi.range},
|
||||
org.springframework.core.*;version=${spring.framework.osgi.range},
|
||||
org.springframework.context.*;version=${spring.framework.osgi.range},
|
||||
org.springframework.util.*;version=${spring.framework.osgi.range},
|
||||
org.w3c.dom.*;version="0",
|
||||
org.xml.sax.*;version="0"
|
||||
Ignored-Existing-Headers:
|
||||
|
||||
Reference in New Issue
Block a user