template.mf 580 B

123456789101112131415
  1. Bundle-SymbolicName: org.springframework.security.openid
  2. Bundle-Name: Spring Security OpenID Support
  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. javax.servlet.*;version="[2.4.0, 3.0.0)",
  11. org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
  12. org.openid4java.*;version="[0.9.3, 1.0.0)",
  13. org.springframework.security.*;version="[${version},${version}]",
  14. org.springframework.beans.*;version="[2.0.8, 3.1.0)",
  15. org.springframework.util.*;version="[2.0.8, 3.1.0)"