From 3e99f37dfadab39e69521e7b17c5b709e888acd0 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 25 Apr 2009 05:54:45 +0000 Subject: [PATCH] SEC-998: Forgot cas bundlor template. --- cas/template.mf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cas/template.mf diff --git a/cas/template.mf b/cas/template.mf new file mode 100644 index 0000000000..8def6cf259 --- /dev/null +++ b/cas/template.mf @@ -0,0 +1,21 @@ +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.core.*;version="[${version}, 3.1.0)", + org.springframework.security.authentication.*;version="[${version}, 3.1.0)", + org.springframework.security.web.*;version="[${version}, 3.1.0)", + org.springframework.beans.factory;version="[3.0.0, 3.1.0)", + org.springframework.context.*;version="[3.0.0, 3.1.0)", + org.springframework.dao;version="[3.0.0, 3.1.0)", + org.springframework.util;version="[3.0.0, 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