template.mf 1020 B

1234567891011121314151617181920212223
  1. Implementation-Title: org.springframework.security.cas
  2. Implementation-Version: ${version}
  3. Bundle-SymbolicName: org.springframework.security.cas
  4. Bundle-Name: Spring Security CAS
  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.jasig.cas.client.*;version="${casRange}",
  14. org.springframework.security.core.*;version="${secRange}",
  15. org.springframework.security.authentication.*;version="${secRange}",
  16. org.springframework.security.web.*;version="${secRange}",
  17. org.springframework.beans.factory;version="${springRange}",
  18. org.springframework.cache.*;version="${springRange}";resolution:=optional,
  19. org.springframework.context.*;version="${springRange}",
  20. org.springframework.dao;version="${springRange}",
  21. org.springframework.util;version="${springRange}",
  22. net.sf.ehcache.*;version="${ehcacheRange}";resolution:=optional,
  23. javax.servlet.*;version="0"