2010-10-26 08:52:40 -04:00
|
|
|
Implementation-Title: org.springframework.security.config
|
|
|
|
Implementation-Version: ${version}
|
2009-04-24 05:12:53 -04:00
|
|
|
Bundle-SymbolicName: org.springframework.security.config
|
|
|
|
Bundle-Name: Spring Security Namespace Configuration
|
|
|
|
Bundle-Vendor: SpringSource
|
|
|
|
Bundle-Version: ${version}
|
|
|
|
Bundle-ManifestVersion: 2
|
2010-02-21 18:25:36 -05:00
|
|
|
Ignored-Existing-Headers:
|
2009-04-24 05:12:53 -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.aspectj.*;version="${aspectjRange}";resolution:=optional,
|
|
|
|
org.springframework.security.access.*;version="${secRange}",
|
|
|
|
org.springframework.security.authentication.*;version="${secRange}",
|
|
|
|
org.springframework.security.core.*;version="${secRange}",
|
|
|
|
org.springframework.security.util;version="${secRange}",
|
|
|
|
org.springframework.security.provisioning;version="${secRange}",
|
|
|
|
org.springframework.security.web.*;version="${secRange}";resolution:=optional,
|
|
|
|
org.springframework.aop.*;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.beans.*;version="${springRange}",
|
|
|
|
org.springframework.context.*;version="${springRange}",
|
|
|
|
org.springframework.core.*;version="${springRange}",
|
2011-03-08 11:20:37 -05:00
|
|
|
org.springframework.web.*;version="${springRange}",
|
|
|
|
org.springframework.util;version="${springRange}",
|
|
|
|
javax.servlet.*;version="0";resolution:=optional,
|
2009-04-24 05:12:53 -04:00
|
|
|
javax.naming.directory;version="0";resolution:=optional,
|
|
|
|
org.w3c.dom;version="0";resolution:=optional
|