template.mf 826 B

12345678910111213141516171819
  1. Implementation-Title: org.springframework.security.openid
  2. Implementation-Version: ${version}
  3. Bundle-SymbolicName: org.springframework.security.openid
  4. Bundle-Name: Spring Security OpenID
  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.1.0)",
  14. org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
  15. org.springframework.security.web.*;version="[${version}, 3.1.0)",
  16. org.springframework.beans.factory;version="[${spring.version}, 3.1.0)",
  17. org.springframework.util;version="[${spring.version}, 3.1.0)",
  18. org.openid4java.*;version="[0.9.5, 1.0.0)",
  19. javax.servlet.*;version="0"