template.mf 1.2 KB

1234567891011121314151617181920212223
  1. Implementation-Title: org.springframework.security.taglibs
  2. Implementation-Version: ${version}
  3. Bundle-SymbolicName: org.springframework.security.taglibs
  4. Bundle-Name: Spring Security Taglibs
  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="[1.0.4, 2.0.0)",
  13. org.springframework.security.core.*;version="[${version}, 3.2.0)",
  14. org.springframework.security.web.*;version="[${version}, 3.2.0)",
  15. org.springframework.security.access.*;version="[${version}, 3.2.0)",
  16. org.springframework.security.util;version="[${version}, 3.2.0)",
  17. org.springframework.security.acls.*;version="[${version}, 3.2.0)";resolution:=optional,
  18. org.springframework.beans.*;version="[${spring.version}, 3.2.0)",
  19. org.springframework.context.*;version="[${spring.version}, 3.2.0)",
  20. org.springframework.expression;version="[${spring.version}, 3.2.0)";resolution:=optional,
  21. org.springframework.web.context.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
  22. org.springframework.web.util.*;version="[${spring.version}, 3.2.0)",
  23. javax.servlet.*;version="0"