Add bundlor templates

This commit is contained in:
Luke Taylor 2009-07-09 12:26:11 +00:00
parent f3f02d8aed
commit 149fd5d8de
6 changed files with 124 additions and 0 deletions

19
acl/template.mf Normal file
View File

@ -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

19
cas/template.mf Normal file
View File

@ -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"

12
core-tiger/template.mf Normal file
View File

@ -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)"

41
core/template.mf Normal file
View File

@ -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

15
openid/template.mf Normal file
View File

@ -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)"

18
taglibs/template.mf Normal file
View File

@ -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"