openhab-core/bundles/org.openhab.io.jetty.certificate/META-INF/MANIFEST.MF
Markus Rathgeb e57044e13c Rework / formatted manifest (#211)
* reworked and formatted manifest
* added missing jdt.annotation

Related to: https://github.com/eclipse/smarthome/pull/4308

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2017-09-21 08:16:38 +02:00

16 lines
543 B
Plaintext

Manifest-Version: 1.0
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.2.0.qualifier
Import-Package:
org.eclipse.jdt.annotation;resolution:=optional,
org.osgi.framework,
org.slf4j