1
0
mirror of synced 2026-05-22 21:33:16 +00:00

SEC-2506: Remove Bundlor Support

This commit is contained in:
Rob Winch
2014-03-05 13:32:16 -06:00
parent 04a527d4ec
commit 6be4e3a9fc
13 changed files with 0 additions and 311 deletions
-16
View File
@@ -1,16 +0,0 @@
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="${aspectjRange}";resolution:=optional,
org.apache.commons.logging.*;version="${cloggingRange}",
org.springframework.security.core.*;version="${secRange}",
org.springframework.security.access.intercept.aspectj;version="${secRange}",
org.springframework.beans.factory;version="${springRange}"