1234567891011121314 |
- Implementation-Title: org.springframework.security.aspects
- Implementation-Version: ${version}
- Bundle-SymbolicName: org.springframework.security.aspects
- Bundle-Name: Spring Security Aspects
- Bundle-Vendor: SpringSource
- Bundle-ManifestVersion: 2
- Bundle-Version: ${version}
- Ignored-Existing-Headers:
- Import-Package,
- Export-Package
- Import-Template:
- org.aspectj.*;version="[1.6.0, 1.7.0)";resolution:=optional,
- org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
- org.springframework.security.core.*;version="[${version}, 3.2.0)"
|