mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 13:41:53 +01:00
6fcb85b311
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
14 lines
476 B
Plaintext
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
|