diff --git a/acl/template.mf b/acl/template.mf new file mode 100644 index 0000000000..10e54f12f6 --- /dev/null +++ b/acl/template.mf @@ -0,0 +1,19 @@ +Bundle-SymbolicName: org.springframework.security.acls +Bundle-Name: Spring Security Acls +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.*;version="[${version}, ${version}]", + org.springframework.context.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.dao.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.jdbc.core.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.transaction.support.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.util.*;version="[2.0.8, 3.1.0)";resolution:=optional, + net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional, + javax.sql.*;version="0";resolution:=optional + \ No newline at end of file diff --git a/cas/template.mf b/cas/template.mf new file mode 100644 index 0000000000..9eb6176717 --- /dev/null +++ b/cas/template.mf @@ -0,0 +1,19 @@ +Bundle-SymbolicName: org.springframework.security.cas +Bundle-Name: Spring Security CAS +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.jasig.cas.client.*;version="[3.1.1,3.2)", + org.springframework.security.*;version="[${version}, ${version}]", + org.springframework.beans.factory;version="[2.0.8, 3.1.0)", + org.springframework.context.*;version="[2.0.8, 3.1.0)", + org.springframework.dao;version="[2.0.8, 3.1.0)", + org.springframework.util;version="[2.0.8, 3.1.0)", + net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional, + javax.servlet.*;version="0" + \ No newline at end of file diff --git a/core-tiger/template.mf b/core-tiger/template.mf new file mode 100644 index 0000000000..e8f5c6ffb1 --- /dev/null +++ b/core-tiger/template.mf @@ -0,0 +1,12 @@ +Bundle-SymbolicName: org.springframework.security.annotation +Bundle-Name: Spring Security Annotations +Bundle-Vendor: SpringSource +Bundle-Version: ${version} +Bundle-ManifestVersion: 2 +Ignored-Existing-Headers: + Import-Package, + Export-Package +Import-Template: + javax.annotation.security.*;version="0";resolution:=optional, + org.springframework.security.*;version="[${version},${version}]", + org.springframework.core.*;version="[2.0.8, 3.1.0)" diff --git a/core/template.mf b/core/template.mf new file mode 100644 index 0000000000..f6d7e8494e --- /dev/null +++ b/core/template.mf @@ -0,0 +1,41 @@ +Bundle-SymbolicName: org.springframework.security.core +Bundle-Name: Spring Security Core +Bundle-Vendor: SpringSource +Bundle-Version: ${version} +Bundle-ManifestVersion: 2 +Ignored-Existing-Headers: + Import-Package, + Export-Package +Import-Template: + org.aopalliance.*;version="[1.0.0, 2.0.0)", + org.aspectj.*;version="[1.5.2, 1.7.0)";resolution:=optional, + org.apache.commons.codec.*;version="[1.3, 2.0)";resolution:=optional, + org.apache.commons.logging.*;version="[1.0.4, 2.0.0)", + org.apache.commons.collections.*;version="[3.2.0, 4.0.0)", + org.jaxen.*;version="[1.1.1, 1.2.0)";resolution:=optional, + org.springframework.aop.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.beans.*;version="[2.0.8, 3.1.0)", + org.springframework.context.*;version="[2.0.8, 3.1.0)", + org.springframework.core.*;version="[2.0.8, 3.1.0)", + org.springframework.metadata.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.expression.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.remoting.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.dao.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.jdbc.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.transaction.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.web.context.*;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.util;version="[2.0.8, 3.1.0)", + org.springframework.mock.web;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.util.xml;version="[2.0.8, 3.1.0)";resolution:=optional, + org.springframework.ldap.*;version="[1.2.1.A, 1.3.0)";resolution:=optional, + org.apache.directory.server.*;version="[1.0.2, 1.5)";resolution:=optional, + net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional, + javax.crypto.*;version="0";resolution:=optional, + javax.security.auth.*;version="0";resolution:=optional, + javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional, + javax.naming.*;version="0";resolution:=optional, + javax.rmi.*;version="0";resolution:=optional, + javax.sql.*;version="0";resolution:=optional, + javax.xml.parsers;version="0";resolution:=optional, + org.w3c.dom.*;version="0";resolution:=optional, + org.xml.sax.*;version="0";resolution:=optional \ No newline at end of file diff --git a/openid/template.mf b/openid/template.mf new file mode 100644 index 0000000000..437cd7f740 --- /dev/null +++ b/openid/template.mf @@ -0,0 +1,15 @@ +Bundle-SymbolicName: org.springframework.security.openid +Bundle-Name: Spring Security OpenID Support +Bundle-Vendor: SpringSource +Bundle-Version: ${version} +Bundle-ManifestVersion: 2 +Ignored-Existing-Headers: + Import-Package, + Export-Package +Import-Template: + javax.servlet.*;version="[2.4.0, 3.0.0)", + org.apache.commons.logging.*;version="[1.0.4, 2.0.0)", + org.openid4java.*;version="[0.9.3, 1.0.0)", + org.springframework.security.*;version="[${version},${version}]", + org.springframework.beans.*;version="[2.0.8, 3.1.0)", + org.springframework.util.*;version="[2.0.8, 3.1.0)" diff --git a/taglibs/template.mf b/taglibs/template.mf new file mode 100644 index 0000000000..f4c76aeff4 --- /dev/null +++ b/taglibs/template.mf @@ -0,0 +1,18 @@ +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.*;version="[${version}, ${version}]", + org.springframework.beans.*;version="[2.0.8, 3.1.0)", + org.springframework.context.*;version="[2.0.8, 3.1.0)", + org.springframework.web.*;version="[2.0.8, 3.1.0)", + org.springframework.util;version="[2.0.8, 3.1.0)", + net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional, + javax.servlet.*;version="0" + \ No newline at end of file