openhab-core/bundles/org.openhab.io.jetty.certificate/META-INF/MANIFEST.MF
Wouter Born 33c7f838fc Add Automatic-Module-Name entry to manifests (#369)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-07-21 16:07:17 +02:00

17 lines
600 B
Plaintext

Manifest-Version: 1.0
Automatic-Module-Name: org.openhab.io.jetty.certificate
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateG
enerator
Bundle-Classpath: .,lib/bcpkix-jdk15on-1.52.jar,lib/bcprov-jdk15on-1.52.
jar
Bundle-ManifestVersion: 2
Bundle-Name: openHAB SSL Certificate Generator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
Bundle-Vendor: openHAB
Bundle-Version: 2.4.0.qualifier
Import-Package:
org.eclipse.jdt.annotation;resolution:=optional,
org.osgi.framework,
org.slf4j