template.mf 1.8 KB

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