mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 14:41:00 +01:00
6fcb85b311
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
22 lines
571 B
Plaintext
22 lines
571 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: openHAB REST Documentation
|
|
Bundle-SymbolicName: org.openhab.io.rest.docs
|
|
Bundle-Version: 2.2.0.qualifier
|
|
Import-Package: com.google.gson,
|
|
com.google.gson.annotations,
|
|
javax.servlet,
|
|
javax.servlet.http,
|
|
javax.ws.rs,
|
|
javax.ws.rs.core,
|
|
org.eclipse.smarthome.io.rest,
|
|
org.openhab.ui.dashboard,
|
|
org.osgi.framework,
|
|
org.osgi.service.cm,
|
|
org.osgi.service.http,
|
|
org.slf4j
|
|
Service-Component: OSGI-INF/*.xml
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-Vendor: openHAB
|
|
Bundle-ActivationPolicy: lazy
|