You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
823 B
19 lines
823 B
Implementation-Title: org.springframework.security.openid |
|
Implementation-Version: ${version} |
|
Bundle-SymbolicName: org.springframework.security.openid |
|
Bundle-Name: Spring Security OpenID |
|
Bundle-Vendor: SpringSource |
|
Bundle-Version: ${version} |
|
Bundle-ManifestVersion: 2 |
|
Ignored-Existing-Headers: |
|
Import-Package, |
|
Export-Package |
|
Import-Template: |
|
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)", |
|
org.springframework.security.core.*;version="[${version}, 3.2.0)", |
|
org.springframework.security.authentication.*;version="[${version}, 3.2.0)", |
|
org.springframework.security.web.*;version="[${version}, 3.2.0)", |
|
org.springframework.beans.factory;version="[${spring.version}, 3.2.0)", |
|
org.springframework.util;version="[${spring.version}, 3.2.0)", |
|
org.openid4java.*;version="[0.9.5, 1.0.0)", |
|
javax.servlet.*;version="0"
|
|
|