refined version ranges in OSGi manifests

This commit is contained in:
Juergen Hoeller
2009-03-27 17:29:48 +00:00
parent 7e4a230793
commit 225eb6bcd9
7 changed files with 53 additions and 66 deletions

View File

@@ -4,7 +4,7 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
javax.portlet.*;version="[1.0.0, 3.0.0)",
javax.servlet.*;version="[2.4.0, 3.0.0)",
javax.servlet.*;version="[2.4.0, 4.0.0)",
org.apache.commons.fileupload.*;version="[1.2.0, 2.0.0)";resolution:=optional,
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
org.springframework.beans.*;version="[3.0.0, 3.0.1)",