template.mf 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Implementation-Title: org.springframework.security.config
  2. Implementation-Version: ${version}
  3. Bundle-SymbolicName: org.springframework.security.config
  4. Bundle-Name: Spring Security Namespace Configuration
  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.aopalliance.*;version="${aopAllianceRange}",
  13. org.apache.commons.logging.*;version="${cloggingRange}",
  14. org.aopalliance.*;version="${aopAllianceRange}";resolution:=optional,
  15. org.aspectj.*;version="${aspectjRange}";resolution:=optional,
  16. org.openid4java.*;version="${openid4javaRange}";resolution:=optional,
  17. org.springframework.security.access.*;version="${secRange}",
  18. org.springframework.security.authentication.*;version="${secRange}",
  19. org.springframework.security.core.*;version="${secRange}",
  20. org.springframework.security.crypto.bcrypt.*;version="${secRange}",
  21. org.springframework.security.crypto.password.*;version="${secRange}",
  22. org.springframework.security.crypto.*;version="${secRange}",
  23. org.springframework.security.util;version="${secRange}",
  24. org.springframework.security.provisioning;version="${secRange}",
  25. org.springframework.security.ldap.*;version="${secRange}",
  26. org.springframework.security.openid.*;version="${secRange}";resolution:=optional,
  27. org.springframework.security.web.*;version="${secRange}";resolution:=optional,
  28. org.springframework.security.ldap.*;version="${secRange}";resolution:=optional,
  29. org.springframework.security.openid.*;version="${secRange}";resolution:=optional,
  30. org.springframework.ldap.*;version="${springLdapRange}";resolution:=optional,
  31. org.springframework.aop.*;version="${springRange}";resolution:=optional,
  32. org.springframework.jdbc.*;version="${springRange}";resolution:=optional,
  33. org.springframework.http.*;version="${springRange}";resolution:=optional,
  34. org.springframework.beans.*;version="${springRange}",
  35. org.springframework.context.*;version="${springRange}",
  36. org.springframework.core.*;version="${springRange}",
  37. org.springframework.http.*;version="${springRange}",
  38. org.springframework.ldap.*;version="${springLdapRange}",
  39. org.springframework.jdbc.*;version="${springRange}",
  40. org.springframework.web.*;version="${springRange}",
  41. org.springframework.util.*;version="${springRange}",
  42. javax.servlet.*;version="0";resolution:=optional,
  43. org.openid4java.*;version="${openid4javaRange}",
  44. javax.sql.*;version="0";resolution:=optional,
  45. javax.naming.directory;version="0";resolution:=optional,
  46. org.w3c.dom;version="0";resolution:=optional