template.mf 438 B

123456789101112
  1. Bundle-SymbolicName: org.springframework.security.aspects
  2. Bundle-Name: Spring Security Aspects
  3. Bundle-Vendor: SpringSource
  4. Bundle-ManifestVersion: 2
  5. Bundle-Version: ${version}
  6. Ignored-Existing-Headers:
  7. Import-Package,
  8. Export-Package
  9. Import-Template:
  10. org.aspectj.*;version="[1.6.0, 1.7.0)";resolution:=optional,
  11. org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
  12. org.springframework.security.core.*;version="[${version}, 3.2.0)"