updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
This commit is contained in:
@@ -3,15 +3,19 @@ Bundle-Name: Spring Core
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Package:
|
||||
org.eclipse.core.runtime;common="split";resolution:=optional
|
||||
org.eclipse.core.runtime;version="0";common="split";resolution:=optional
|
||||
Import-Template:
|
||||
edu.emory.mathcs.backport.*;version="[3.0.0, 4.0.0)";resolution:=optional,
|
||||
javax.xml.*;version="0";resolution:=optional,
|
||||
org.apache.commons.collections.*;version="[3.2.0, 4.0.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
org.springframework.asm.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.apache.log4j.*;version="[1.2.15, 2.0.0)";resolution:=optional,
|
||||
org.aspectj.*;version="[1.5.4, 2.0.0)";resolution:=optional,
|
||||
javax.xml.stream.*;resolution:=optional,
|
||||
javax.xml.transform.stax.*;resolution:=optional
|
||||
Unversioned-Imports:
|
||||
*
|
||||
org.xml.sax.*;version="0";resolution:=optional,
|
||||
org.w3c.dom.*;version="0";resolution:=optional
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
Export-Package,
|
||||
Tool
|
||||
|
||||
Reference in New Issue
Block a user