2010-10-26 08:52:40 -04:00
|
|
|
Implementation-Title: org.springframework.security.ldap
|
|
|
|
Implementation-Version: ${version}
|
2009-04-24 05:12:53 -04:00
|
|
|
Bundle-SymbolicName: org.springframework.security.ldap
|
|
|
|
Bundle-Name: Spring Security LDAP
|
|
|
|
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:
|
2009-04-24 05:12:53 -04:00
|
|
|
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
|
2009-11-04 13:18:46 -05:00
|
|
|
org.apache.directory.server.*;version="[1.5.5, 1.6)";resolution:=optional,
|
|
|
|
org.apache.directory.shared.ldap.*;version="[0.9.15, 1.0)";resolution:=optional,
|
2009-04-24 05:12:53 -04:00
|
|
|
org.springframework.ldap.*;version="[1.3.0,1.4.0)",
|
2010-02-21 18:25:36 -05:00
|
|
|
org.springframework.security.core.*;version="[${version}, 3.2.0)",
|
|
|
|
org.springframework.security.authentication.*;version="[${version}, 3.2.0)",
|
|
|
|
org.springframework.security.provisioning.*;version="[${version}, 3.2.0)",
|
|
|
|
org.springframework.security.util;version="[${version}, 3.2.0)",
|
|
|
|
org.springframework.beans.*;version="[${spring.version}, 3.2.0)",
|
|
|
|
org.springframework.context.*;version="[${spring.version}, 3.2.0)",
|
|
|
|
org.springframework.core.io.*;version="[${spring.version}, 3.2.0)",
|
|
|
|
org.springframework.dao.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
|
|
|
org.springframework.util.*;version="[${spring.version}, 3.2.0)",
|
2009-08-18 19:09:16 -04:00
|
|
|
javax.naming.*;version="0";resolution:=optional,
|
2010-10-26 08:52:40 -04:00
|
|
|
netscape.ldap.ber.stream;version="[4.1, 5.0)";resolution:=optional
|