openhab-core/bundles/org.openhab.io.jetty.certificate/META-INF/MANIFEST.MF
Martin van Wingerden 6fcb85b311 Version bump to version 2.2.0-SNAPSHOT (#160)
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
2017-06-29 08:45:25 +02:00

14 lines
476 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB SSL Certificate Generator
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
Bundle-Version: 2.2.0.qualifier
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateGenerator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: openHAB
Bundle-Classpath: .,
lib/bcpkix-jdk15on-1.52.jar,
lib/bcprov-jdk15on-1.52.jar
Import-Package: org.osgi.framework,
org.slf4j