SEC-2035: Add template.mf to crypto

This commit is contained in:
Rob Winch 2012-08-17 14:13:56 -05:00
parent 8c22b9be46
commit 4fabe939d0
1 changed files with 13 additions and 0 deletions

13
crypto/template.mf Normal file
View File

@ -0,0 +1,13 @@
Implementation-Title: org.springframework.security.crypto
Implementation-Version: ${version}
Bundle-SymbolicName: org.springframework.security.crypto
Bundle-Name: Spring Security Crypto
Bundle-Vendor: SpringSource
Bundle-Version: ${version}
Bundle-ManifestVersion: 2
Ignored-Existing-Headers:
Import-Package,
Export-Package
Import-Template:
org.apache.commons.logging.*;version="${cloggingRange}",
javax.crypto.*;version="0"