2010-10-26 08:52:40 -04:00
|
|
|
Implementation-Title: org.springframework.security.openid
|
|
|
|
Implementation-Version: ${version}
|
2009-10-11 16:17:51 -04:00
|
|
|
Bundle-SymbolicName: org.springframework.security.openid
|
|
|
|
Bundle-Name: Spring Security OpenID
|
|
|
|
Bundle-Vendor: SpringSource
|
|
|
|
Bundle-Version: ${version}
|
|
|
|
Bundle-ManifestVersion: 2
|
2010-02-21 18:25:36 -05:00
|
|
|
Ignored-Existing-Headers:
|
2009-10-11 16:17:51 -04:00
|
|
|
Import-Package,
|
|
|
|
Export-Package
|
2010-02-21 18:25:36 -05:00
|
|
|
Import-Template:
|
2011-02-07 11:06:23 -05:00
|
|
|
org.apache.commons.logging.*;version="${cloggingRange}",
|
|
|
|
org.springframework.security.core.*;version="${secRange}",
|
|
|
|
org.springframework.security.authentication.*;version="${secRange}",
|
|
|
|
org.springframework.security.web.*;version="${secRange}",
|
|
|
|
org.springframework.beans.factory;version="${springRange}",
|
|
|
|
org.springframework.util;version="${springRange}",
|
|
|
|
org.openid4java.*;version="${openid4javaRange}",
|
2009-10-11 16:17:51 -04:00
|
|
|
javax.servlet.*;version="0"
|