2015-12-20 22:32:25 +01:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: openHAB REST Documentation
|
|
|
|
Bundle-SymbolicName: org.openhab.io.rest.docs
|
2017-01-20 10:48:55 +01:00
|
|
|
Bundle-Version: 2.1.0.qualifier
|
2015-12-20 22:32:25 +01:00
|
|
|
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
|
2017-04-05 10:06:43 +02:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
2017-06-02 16:40:55 +02:00
|
|
|
Bundle-Vendor: openHAB
|
|
|
|
Bundle-ActivationPolicy: lazy
|