2015-12-20 22:32:25 +01:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: openHAB SSL Certificate Generator
|
|
|
|
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
|
2017-06-29 08:45:25 +02:00
|
|
|
Bundle-Version: 2.2.0.qualifier
|
2015-12-20 22:32:25 +01:00
|
|
|
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateGenerator
|
2017-04-05 10:06:43 +02:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
2017-06-02 16:40:55 +02:00
|
|
|
Bundle-Vendor: openHAB
|
2015-12-20 22:32:25 +01:00
|
|
|
Bundle-Classpath: .,
|
|
|
|
lib/bcpkix-jdk15on-1.52.jar,
|
|
|
|
lib/bcprov-jdk15on-1.52.jar
|
|
|
|
Import-Package: org.osgi.framework,
|
|
|
|
org.slf4j
|