From a73016b8985a42a1488e159a6d1ebb87575bc9f4 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 22 Apr 2009 12:47:44 +0000 Subject: [PATCH] SEC-998: Initial bundlor template.mf for core --- core/template.mf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 core/template.mf diff --git a/core/template.mf b/core/template.mf new file mode 100644 index 0000000000..e90cb06f3c --- /dev/null +++ b/core/template.mf @@ -0,0 +1,33 @@ +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.logging.*;version="[1.0.4, 2.0.0)", + org.jaxen.*;version="[1.1.1, 1.2.0)";resolution:=optional, + org.springframework.aop.*;version="[3.0.0, 3.1.0)", + org.springframework.beans.*;version="[3.0.0, 3.1.0)", + org.springframework.context.*;version="[3.0.0, 3.1.0)", + org.springframework.core.*;version="[3.0.0, 3.1.0)", + org.springframework.expression.*;version="[3.0.0, 3.1.0)", + org.springframework.remoting.*;version="[3.0.0, 3.1.0)", + org.apache.commons.codec.*;version="[1.3, 2.0)";resolution:=optional, + org.apache.commons.lang.*;version="[2.1, 3.0)";resolution:=optional, + org.springframework.dao.*;version="[3.0.0, 3.1.0)";resolution:=optional, + org.springframework.jdbc.*;version="[3.0.0, 3.1.0)";resolution:=optional, + org.springframework.transaction.*;version="[3.0.0, 3.1.0)";resolution:=optional, + org.springframework.util.*;version="[3.0.0, 3.1.0)";resolution:=optional, + net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional, + org.w3c.dom;version="0";resolution:=optional, + org.xml.sax;version="0";resolution:=optional, + javax.annotation.security.*;version="0";resolution:=optional, + javax.crypto.*;version="0";resolution:=optional, + javax.xml.*;version="0";resolution:=optional, + javax.security.auth.*;version="0";resolution:=optional + \ No newline at end of file