template.mf 736 B

12345678910111213141516171819
  1. Bundle-SymbolicName: org.springframework.security.cas
  2. Bundle-Name: Spring Security CAS
  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.jasig.cas.client.*;version="[3.1.1,3.2)",
  12. org.springframework.security.*;version="[${version}, ${version}]",
  13. org.springframework.beans.factory;version="[2.0.8, 3.1.0)",
  14. org.springframework.context.*;version="[2.0.8, 3.1.0)",
  15. org.springframework.dao;version="[2.0.8, 3.1.0)",
  16. org.springframework.util;version="[2.0.8, 3.1.0)",
  17. net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
  18. javax.servlet.*;version="0"