2009-04-22 08:47:44 -04:00
|
|
|
Bundle-SymbolicName: org.springframework.security.core
|
|
|
|
Bundle-Name: Spring Security Core
|
|
|
|
Bundle-Vendor: SpringSource
|
|
|
|
Bundle-Version: ${version}
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Ignored-Existing-Headers:
|
|
|
|
Import-Package,
|
|
|
|
Export-Package
|
|
|
|
Import-Template:
|
|
|
|
org.aopalliance.*;version="[1.0.0, 2.0.0)",
|
2009-04-24 05:12:53 -04:00
|
|
|
org.aspectj.*;version="[1.5.2, 1.7.0)";resolution:=optional,
|
|
|
|
org.apache.commons.codec.*;version="[1.3, 2.0)";resolution:=optional,
|
2009-04-22 08:47:44 -04:00
|
|
|
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
|
|
|
|
org.jaxen.*;version="[1.1.1, 1.2.0)";resolution:=optional,
|
2009-04-24 05:12:53 -04:00
|
|
|
org.springframework.aop.*;version="[3.0.0, 3.1.0)";resolution:=optional,
|
2009-04-22 08:47:44 -04:00
|
|
|
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)",
|
2009-04-24 05:12:53 -04:00
|
|
|
org.springframework.expression.*;version="[3.0.0, 3.1.0)";resolution:=optional,
|
|
|
|
org.springframework.remoting.*;version="[3.0.0, 3.1.0)";resolution:=optional,
|
2009-04-22 08:47:44 -04:00
|
|
|
org.springframework.dao.*;version="[3.0.0, 3.1.0)";resolution:=optional,
|
|
|
|
org.springframework.jdbc.*;version="[3.0.0, 3.1.0)";resolution:=optional,
|
|
|
|
org.springframework.transaction.*;version="[3.0.0, 3.1.0)";resolution:=optional,
|
2009-04-24 05:12:53 -04:00
|
|
|
org.springframework.util;version="[3.0.0, 3.1.0)",
|
|
|
|
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
|
2009-04-22 08:47:44 -04:00
|
|
|
javax.annotation.security.*;version="0";resolution:=optional,
|
|
|
|
javax.crypto.*;version="0";resolution:=optional,
|
2009-09-02 11:20:26 -04:00
|
|
|
javax.security.auth.*;version="0";resolution:=optional,
|
|
|
|
javax.naming.*;version="0";resolution:=optional,
|
|
|
|
javax.naming.directory.*;version="0";resolution:=optional
|
2009-04-22 08:47:44 -04:00
|
|
|
|