24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
|
Bundle-SymbolicName: org.springframework.security.config
|
||
|
Bundle-Name: Spring Security Namespace Configuration
|
||
|
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.access.*;version="[${version}, 3.1.0)",
|
||
|
org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
|
||
|
org.springframework.security.core.*;version="[${version}, 3.1.0)",
|
||
|
org.springframework.security.util;version="[${version}, 3.1.0)",
|
||
|
org.springframework.security.web.*;version="[${version}, 3.1.0)";resolution:=optional,
|
||
|
org.springframework.aop.*;version="[3.0.0, 3.1.0)";resolution:=optional,
|
||
|
org.springframework.beans.*;version="[3.0.0, 3.1.0)",
|
||
|
org.springframework.context.*;version="[3.0.0, 3.1.0)",
|
||
|
org.springframework.core.*;version="[3.0.0, 3.1.0)",
|
||
|
org.springframework.util.*;version="[3.0.0, 3.1.0)",
|
||
|
javax.servlet;version="0";resolution:=optional,
|
||
|
javax.naming.directory;version="0";resolution:=optional,
|
||
|
org.w3c.dom;version="0";resolution:=optional
|