2010-10-26 13:52:40 +01:00
|
|
|
Implementation-Title: org.springframework.security.web
|
|
|
|
Implementation-Version: ${version}
|
2009-04-24 09:12:53 +00:00
|
|
|
Bundle-SymbolicName: org.springframework.security.web
|
|
|
|
Bundle-Name: Spring Security Web
|
|
|
|
Bundle-Vendor: SpringSource
|
|
|
|
Bundle-Version: ${version}
|
|
|
|
Bundle-ManifestVersion: 2
|
2009-08-10 14:18:18 +00:00
|
|
|
Excluded-Exports:
|
2009-04-24 09:12:53 +00:00
|
|
|
org.springframework.security.web.authentication.preauth.websphere
|
2009-08-10 14:18:18 +00:00
|
|
|
Excluded-Imports:
|
2009-04-24 09:12:53 +00:00
|
|
|
javax.naming.*,
|
|
|
|
javax.rmi.*,
|
|
|
|
javax.sql.*,
|
|
|
|
javax.security.auth.*,
|
|
|
|
org.aopalliance.*
|
2009-08-10 14:18:18 +00:00
|
|
|
Ignored-Existing-Headers:
|
2009-04-24 09:12:53 +00:00
|
|
|
Import-Package,
|
|
|
|
Export-Package
|
2009-08-10 14:18:18 +00:00
|
|
|
Import-Template:
|
2011-02-07 16:06:23 +00:00
|
|
|
org.apache.commons.logging.*;version="${cloggingRange}",
|
|
|
|
org.springframework.security.core.*;version="${secRange}",
|
2013-02-25 17:07:09 -06:00
|
|
|
org.springframework.security.concurrent.*;version="${springRange}";resolution:=optional,
|
2011-03-17 00:48:53 +00:00
|
|
|
org.springframework.security.crypto.*;version="${secRange}",
|
2011-02-07 16:06:23 +00:00
|
|
|
org.springframework.security.authentication.*;version="${secRange}",
|
|
|
|
org.springframework.security.access.*;version="${secRange}",
|
|
|
|
org.springframework.security.util;version="${secRange}",
|
|
|
|
org.springframework.beans.*;version="${springRange}",
|
|
|
|
org.springframework.context.*;version="${springRange}",
|
|
|
|
org.springframework.core;version="${springRange}",
|
|
|
|
org.springframework.core.io;version="${springRange}",
|
|
|
|
org.springframework.dao;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.expression;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.expression.spel.*;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.http.*;version="${springRange}",
|
|
|
|
org.springframework.jdbc.*;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.mock.web;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.web.context.*;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.web.filter.*;version="${springRange}",
|
|
|
|
org.springframework.util;version="${springRange}";resolution:=optional,
|
2009-06-08 15:23:41 +00:00
|
|
|
org.w3c.dom;version="0";resolution:=optional,
|
|
|
|
org.xml.sax;version="0";resolution:=optional,
|
|
|
|
javax.servlet.*;version="0",
|
2009-08-10 14:18:18 +00:00
|
|
|
javax.xml.parsers.*;version="0";resolution:=optional
|