2
0

template.mf 726 B

123456789101112131415161718
  1. Implementation-Title: org.springframework.security.test
  2. Implementation-Version: ${version}
  3. Bundle-SymbolicName: org.springframework.security.test
  4. Bundle-Name: Spring Security Test
  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="${cloggingRange}",
  13. org.springframework.security.core.*;version="${secRange}",
  14. org.springframework.security.authentication.*;version="${secRange}",
  15. org.springframework.security.web.*;version="${secRange}",
  16. org.springframework.beans.factory;version="${springRange}",
  17. org.springframework.util;version="${springRange}",
  18. javax.servlet.*;version="0"