template.mf 531 B

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