Ver Fonte

SEC-2035: Add template.mf to crypto

Rob Winch há 13 anos atrás
pai
commit
4fabe939d0
1 ficheiros alterados com 13 adições e 0 exclusões
  1. 13 0
      crypto/template.mf

+ 13 - 0
crypto/template.mf

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