template.mf 1.2 KB

12345678910111213141516171819202122232425
  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="${cloggingRange}",
  13. org.springframework.security.core.*;version="${secRange}",
  14. org.springframework.security.web.*;version="${secRange}",
  15. org.springframework.security.access.*;version="${secRange}",
  16. org.springframework.security.util;version="${secRange}",
  17. org.springframework.security.acls.*;version="${secRange}";resolution:=optional,
  18. org.springframework.core.*;version="${springRange}",
  19. org.springframework.util;version="${springRange}",
  20. org.springframework.beans.*;version="${springRange}",
  21. org.springframework.context.*;version="${springRange}",
  22. org.springframework.expression;version="${springRange}";resolution:=optional,
  23. org.springframework.web.context.*;version="${springRange}";resolution:=optional,
  24. org.springframework.web.util.*;version="${springRange}",
  25. javax.servlet.*;version="0"