2009-11-17 12:58:51 -05:00
|
|
|
Bundle-SymbolicName: org.springframework.security.taglibs
|
|
|
|
Bundle-Name: Spring Security Taglibs
|
|
|
|
Bundle-Vendor: SpringSource
|
|
|
|
Bundle-Version: ${version}
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Ignored-Existing-Headers:
|
|
|
|
Import-Package,
|
|
|
|
Export-Package
|
|
|
|
Import-Template:
|
|
|
|
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
|
|
|
|
org.springframework.security.core.*;version="[${version}, 3.1.0)",
|
|
|
|
org.springframework.security.web.*;version="[${version}, 3.1.0)",
|
|
|
|
org.springframework.security.access.*;version="[${version}, 3.1.0)",
|
|
|
|
org.springframework.security.util;version="[${version}, 3.1.0)",
|
2010-01-11 19:33:20 -05:00
|
|
|
org.springframework.security.acls.*;version="[${version}, 3.1.0)";resolution:=optional,
|
2009-12-21 20:10:04 -05:00
|
|
|
org.springframework.beans.*;version="[${spring.version}, 3.1.0)",
|
|
|
|
org.springframework.context.*;version="[${spring.version}, 3.1.0)",
|
|
|
|
org.springframework.expression;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
|
|
|
org.springframework.web.context.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
|
|
|
org.springframework.web.util.*;version="[${spring.version}, 3.1.0)",
|
2009-11-17 12:58:51 -05:00
|
|
|
javax.servlet.*;version="0"
|