2
0

template.mf 1022 B

123456789101112131415161718192021
  1. Bundle-SymbolicName: org.springframework.security.acls
  2. Bundle-Name: Spring Security Acls
  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.springframework.security.core.*;version="[${version}, 3.1.0)",
  12. org.springframework.security.access.*;version="[${version}, 3.1.0)",
  13. org.springframework.security.util.*;version="[${version}, 3.1.0)",
  14. org.springframework.context.*;version="[3.0.0, 3.1.0)";resolution:=optional,
  15. org.springframework.dao.*;version="[3.0.0, 3.1.0)";resolution:=optional,
  16. org.springframework.jdbc.core.*;version="[3.0.0, 3.1.0)";resolution:=optional,
  17. org.springframework.transaction.support.*;version="[3.0.0, 3.1.0)";resolution:=optional,
  18. org.springframework.util.*;version="[3.0.0, 3.1.0)";resolution:=optional,
  19. net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
  20. javax.sql.*;version="0";resolution:=optional