Explorar el Código

Enabled bundlor in OpenID and CAS

Luke Taylor hace 16 años
padre
commit
768264d717
Se han modificado 1 ficheros con 18 adiciones y 0 borrados
  1. 18 0
      openid/template.mf

+ 18 - 0
openid/template.mf

@@ -0,0 +1,18 @@
+Bundle-SymbolicName: org.springframework.security.openid
+Bundle-Name: Spring Security OpenID
+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.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.util;version="[3.0.0, 3.1.0)",
+ org.openid4java.*;version="[0.9.5, 1.0.0)",
+ javax.servlet.*;version="0"
+