2010-10-26 20:52:40 +08:00
|
|
|
Implementation-Title: org.springframework.security.aspects
|
|
|
|
|
Implementation-Version: ${version}
|
2010-08-03 10:01:53 +08:00
|
|
|
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
|
2010-10-26 20:52:40 +08:00
|
|
|
Import-Template:
|
2011-02-08 00:06:23 +08:00
|
|
|
org.aspectj.*;version="${aspectjRange}";resolution:=optional,
|
|
|
|
|
org.apache.commons.logging.*;version="${cloggingRange}",
|
2011-03-09 00:20:37 +08:00
|
|
|
org.springframework.security.core.*;version="${secRange}",
|
|
|
|
|
org.springframework.security.access.intercept.aspectj;version="${secRange}",
|
|
|
|
|
org.springframework.beans.factory;version="${springRange}"
|