template.mf 1.1 KB

1234567891011121314151617181920212223
  1. Bundle-SymbolicName: org.springframework.security.config
  2. Bundle-Name: Spring Security Namespace Configuration
  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.springframework.security.access.*;version="[${version}, 3.1.0)",
  12. org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
  13. org.springframework.security.core.*;version="[${version}, 3.1.0)",
  14. org.springframework.security.util;version="[${version}, 3.1.0)",
  15. org.springframework.security.web.*;version="[${version}, 3.1.0)";resolution:=optional,
  16. org.springframework.aop.*;version="[3.0.0, 3.1.0)";resolution:=optional,
  17. org.springframework.beans.*;version="[3.0.0, 3.1.0)",
  18. org.springframework.context.*;version="[3.0.0, 3.1.0)",
  19. org.springframework.core.*;version="[3.0.0, 3.1.0)",
  20. org.springframework.util.*;version="[3.0.0, 3.1.0)",
  21. javax.servlet;version="0";resolution:=optional,
  22. javax.naming.directory;version="0";resolution:=optional,
  23. org.w3c.dom;version="0";resolution:=optional