template.mf 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Implementation-Title: org.springframework.security.web
  2. Implementation-Version: ${version}
  3. Bundle-SymbolicName: org.springframework.security.web
  4. Bundle-Name: Spring Security Web
  5. Bundle-Vendor: SpringSource
  6. Bundle-Version: ${version}
  7. Bundle-ManifestVersion: 2
  8. Excluded-Exports:
  9. org.springframework.security.web.authentication.preauth.websphere
  10. Excluded-Imports:
  11. javax.naming.*,
  12. javax.rmi.*,
  13. javax.sql.*,
  14. javax.security.auth.*,
  15. org.aopalliance.*
  16. Ignored-Existing-Headers:
  17. Import-Package,
  18. Export-Package
  19. Import-Template:
  20. org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
  21. org.springframework.security.core.*;version="[${version}, 3.1.0)",
  22. org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
  23. org.springframework.security.access.*;version="[${version}, 3.1.0)",
  24. org.springframework.security.util;version="[${version}, 3.1.0)",
  25. org.springframework.beans.*;version="[${spring.version}, 3.1.0)",
  26. org.springframework.context.*;version="[${spring.version}, 3.1.0)",
  27. org.springframework.core;version="[${spring.version}, 3.1.0)",
  28. org.springframework.core.io;version="[${spring.version}, 3.1.0)",
  29. org.springframework.dao;version="[${spring.version}, 3.1.0)";resolution:=optional,
  30. org.springframework.expression;version="[${spring.version}, 3.1.0)";resolution:=optional,
  31. org.springframework.expression.spel.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
  32. org.springframework.jdbc.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
  33. org.springframework.mock.web;version="[${spring.version}, 3.1.0)";resolution:=optional,
  34. org.springframework.web.context.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
  35. org.springframework.web.filter.*;version="[${spring.version}, 3.1.0)",
  36. org.springframework.util;version="[${spring.version}, 3.1.0)";resolution:=optional,
  37. org.w3c.dom;version="0";resolution:=optional,
  38. org.xml.sax;version="0";resolution:=optional,
  39. javax.servlet.*;version="0",
  40. javax.xml.parsers.*;version="0";resolution:=optional