template.mf 1.3 KB

123456789101112131415161718192021222324252627
  1. Implementation-Title: org.springframework.security.ldap
  2. Implementation-Version: ${version}
  3. Bundle-SymbolicName: org.springframework.security.ldap
  4. Bundle-Name: Spring Security LDAP
  5. Bundle-Vendor: SpringSource
  6. Bundle-Version: ${version}
  7. Bundle-ManifestVersion: 2
  8. Ignored-Existing-Headers:
  9. Import-Package,
  10. Export-Package
  11. Import-Template:
  12. org.apache.commons.logging.*;version="${cloggingRange}",
  13. org.apache.directory.server.*;version="${apacheDSRange}";resolution:=optional,
  14. org.apache.directory.shared.ldap.*;version="${apacheDSSharedRange}";resolution:=optional,
  15. org.springframework.ldap.*;version="${springLdapRange}",
  16. org.springframework.security.core.*;version="${secRange}",
  17. org.springframework.security.crypto.*;version="${secRange}",
  18. org.springframework.security.authentication.*;version="${secRange}",
  19. org.springframework.security.provisioning.*;version="${secRange}",
  20. org.springframework.security.util;version="${secRange}",
  21. org.springframework.beans.*;version="${springRange}",
  22. org.springframework.context.*;version="${springRange}",
  23. org.springframework.core.io.*;version="${springRange}",
  24. org.springframework.dao.*;version="${springRange}";resolution:=optional,
  25. org.springframework.util.*;version="${springRange}",
  26. javax.naming.*;version="0";resolution:=optional,
  27. netscape.ldap.ber.stream;version="${ldapSdkRange}";resolution:=optional