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