2010-10-26 20:52:40 +08:00
|
|
|
Implementation-Title: org.springframework.security.config
|
|
|
|
Implementation-Version: ${version}
|
2009-04-24 17:12:53 +08:00
|
|
|
Bundle-SymbolicName: org.springframework.security.config
|
|
|
|
Bundle-Name: Spring Security Namespace Configuration
|
|
|
|
Bundle-Vendor: SpringSource
|
|
|
|
Bundle-Version: ${version}
|
|
|
|
Bundle-ManifestVersion: 2
|
2010-02-22 07:25:36 +08:00
|
|
|
Ignored-Existing-Headers:
|
2009-04-24 17:12:53 +08:00
|
|
|
Import-Package,
|
|
|
|
Export-Package
|
2010-02-22 07:25:36 +08:00
|
|
|
Import-Template:
|
2013-06-21 00:40:54 +08:00
|
|
|
org.aopalliance.*;version="${aopAllianceRange}",
|
2011-02-08 00:06:23 +08:00
|
|
|
org.apache.commons.logging.*;version="${cloggingRange}",
|
2013-07-01 10:45:45 +08:00
|
|
|
org.aopalliance.*;version="${aopAllianceRange}";resolution:=optional,
|
2011-02-08 00:06:23 +08:00
|
|
|
org.aspectj.*;version="${aspectjRange}";resolution:=optional,
|
2013-09-14 13:06:42 +08:00
|
|
|
org.openid4java.*;version="${openid4javaRange}";resolution:=optional,
|
2011-02-08 00:06:23 +08:00
|
|
|
org.springframework.security.access.*;version="${secRange}",
|
|
|
|
org.springframework.security.authentication.*;version="${secRange}",
|
|
|
|
org.springframework.security.core.*;version="${secRange}",
|
2013-05-18 02:17:18 +08:00
|
|
|
org.springframework.security.crypto.bcrypt.*;version="${secRange}",
|
2013-07-01 10:45:45 +08:00
|
|
|
org.springframework.security.crypto.password.*;version="${secRange}",
|
2013-06-21 00:40:54 +08:00
|
|
|
org.springframework.security.crypto.*;version="${secRange}",
|
2011-02-08 00:06:23 +08:00
|
|
|
org.springframework.security.util;version="${secRange}",
|
|
|
|
org.springframework.security.provisioning;version="${secRange}",
|
2013-06-21 00:40:54 +08:00
|
|
|
org.springframework.security.ldap.*;version="${secRange}",
|
|
|
|
org.springframework.security.openid.*;version="${secRange}";resolution:=optional,
|
2011-02-08 00:06:23 +08:00
|
|
|
org.springframework.security.web.*;version="${secRange}";resolution:=optional,
|
2013-07-01 10:45:45 +08:00
|
|
|
org.springframework.security.ldap.*;version="${secRange}";resolution:=optional,
|
|
|
|
org.springframework.security.openid.*;version="${secRange}";resolution:=optional,
|
|
|
|
org.springframework.ldap.*;version="${springLdapRange}";resolution:=optional,
|
2011-02-08 00:06:23 +08:00
|
|
|
org.springframework.aop.*;version="${springRange}";resolution:=optional,
|
2013-07-01 10:45:45 +08:00
|
|
|
org.springframework.jdbc.*;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.http.*;version="${springRange}";resolution:=optional,
|
2011-02-08 00:06:23 +08:00
|
|
|
org.springframework.beans.*;version="${springRange}",
|
|
|
|
org.springframework.context.*;version="${springRange}",
|
|
|
|
org.springframework.core.*;version="${springRange}",
|
2013-06-21 00:40:54 +08:00
|
|
|
org.springframework.http.*;version="${springRange}",
|
|
|
|
org.springframework.ldap.*;version="${springLdapRange}",
|
|
|
|
org.springframework.jdbc.*;version="${springRange}",
|
2011-03-09 00:20:37 +08:00
|
|
|
org.springframework.web.*;version="${springRange}",
|
2011-04-06 21:02:01 +08:00
|
|
|
org.springframework.util.*;version="${springRange}",
|
2011-03-09 00:20:37 +08:00
|
|
|
javax.servlet.*;version="0";resolution:=optional,
|
2013-07-01 10:45:45 +08:00
|
|
|
org.openid4java.*;version="${openid4javaRange}",
|
2013-06-21 00:40:54 +08:00
|
|
|
javax.sql.*;version="0";resolution:=optional,
|
2009-04-24 17:12:53 +08:00
|
|
|
javax.naming.directory;version="0";resolution:=optional,
|
|
|
|
org.w3c.dom;version="0";resolution:=optional
|