template.mf 1.2 KB

123456789101112131415161718192021222324
  1. Bundle-SymbolicName: org.springframework.security.ldap
  2. Bundle-Name: Spring Security LDAP
  3. Bundle-Vendor: SpringSource
  4. Bundle-Version: ${version}
  5. Bundle-ManifestVersion: 2
  6. Ignored-Existing-Headers:
  7. Import-Package,
  8. Export-Package
  9. Import-Template:
  10. org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
  11. org.apache.directory.server.*;version="[1.5.5, 1.6)";resolution:=optional,
  12. org.apache.directory.shared.ldap.*;version="[0.9.15, 1.0)";resolution:=optional,
  13. org.springframework.ldap.*;version="[1.3.0,1.4.0)",
  14. org.springframework.security.core.*;version="[${version}, 3.1.0)",
  15. org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
  16. org.springframework.security.provisioning.*;version="[${version}, 3.1.0)",
  17. org.springframework.security.util;version="[${version}, 3.1.0)",
  18. org.springframework.beans.*;version="[3.0.0, 3.1.0)",
  19. org.springframework.context.*;version="[3.0.0, 3.1.0)",
  20. org.springframework.core.io.*;version="[3.0.0, 3.1.0)",
  21. org.springframework.dao.*;version="[3.0.0, 3.1.0)";resolution:=optional,
  22. org.springframework.util.*;version="[3.0.0, 3.1.0)",
  23. javax.naming.*;version="0";resolution:=optional,
  24. netscape.ldap.ber.stream;version="[4.1, 5.0)";resolution:=optional