template.mf 1018 B

12345678910111213141516171819202122
  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="[1.0.4, 2.0.0)",
  13. org.jasig.cas.client.*;version="[3.1.1,3.2)",
  14. org.springframework.security.core.*;version="[${version}, 3.1.0)",
  15. org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
  16. org.springframework.security.web.*;version="[${version}, 3.1.0)",
  17. org.springframework.beans.factory;version="[${spring.version}, 3.1.0)",
  18. org.springframework.context.*;version="[${spring.version}, 3.1.0)",
  19. org.springframework.dao;version="[${spring.version}, 3.1.0)",
  20. org.springframework.util;version="[${spring.version}, 3.1.0)",
  21. net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
  22. javax.servlet.*;version="0"