template.mf 794 B

1234567891011121314151617181920
  1. Implementation-Title: org.springframework.security.remoting
  2. Implementation-Version: ${version}
  3. Bundle-SymbolicName: org.springframework.security.remoting
  4. Bundle-Name: Spring Security Remoting
  5. Bundle-Vendor: SpringSource
  6. Bundle-Version: ${version}
  7. Bundle-ManifestVersion: 2
  8. Excluded-Imports:
  9. javax.naming.*
  10. Ignored-Existing-Headers:
  11. Import-Package,
  12. Export-Package
  13. Import-Template:
  14. org.aopalliance.*;version="${aopAllianceRange}",
  15. org.apache.commons.logging.*;version="${cloggingRange}",
  16. org.springframework.security.authentication.*;version="${secRange}",
  17. org.springframework.security.core.*;version="${secRange}",
  18. org.springframework.security.crypto.*;version="${secRange}",
  19. org.springframework.core.*;version="${springRange}",
  20. org.springframework.remoting.*;version="${springRange}"