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:
@@ -4,9 +4,11 @@ Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
commonj.*;version="[1.1.0, 2.0.0)";resolution:=optional,
|
||||
freemarker.*;version="[2.3.0, 3.0.0)";resolution:=optional,
|
||||
javax.activation.*;version="[1.1.0, 2.0.0)";resolution:=optional,
|
||||
freemarker.*;version="[2.3.14, 3.0.0)";resolution:=optional,
|
||||
javax.activation.*;version="0";resolution:=optional,
|
||||
javax.mail.*;version="[1.4.0, 2.0.0)";resolution:=optional,
|
||||
javax.naming.*;version="0";resolution:=optional,
|
||||
javax.sql.*;version="0";resolution:=optional,
|
||||
net.sf.ehcache.*;version="[1.3.0, 2.0.0)";resolution:=optional,
|
||||
net.sf.jasperreports.*;version="[2.0.5, 3.0.0)";resolution:=optional,
|
||||
org.apache.commons.collections.*;version="[3.2.0, 4.0.0)";resolution:=optional,
|
||||
@@ -16,13 +18,11 @@ Import-Template:
|
||||
org.springframework.beans.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.context.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.core.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.jdbc.datasource.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.jdbc.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.jndi.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.scheduling.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.transaction.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
||||
Reference in New Issue
Block a user