mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 14:41:00 +01:00
20 lines
518 B
Plaintext
20 lines
518 B
Plaintext
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: openHAB REST Documentation
|
||
|
Bundle-SymbolicName: org.openhab.io.rest.docs
|
||
|
Bundle-Version: 2.0.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.7
|