2015-12-20 22:32:25 +01:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: openHAB Dashboard UI
|
|
|
|
Bundle-SymbolicName: org.openhab.ui.dashboard
|
2017-01-20 10:48:55 +01:00
|
|
|
Bundle-Version: 2.1.0.qualifier
|
2015-12-20 22:32:25 +01:00
|
|
|
Bundle-Vendor: openHAB.org
|
2017-04-05 10:06:43 +02:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
2016-11-24 20:09:52 +01:00
|
|
|
Service-Component: OSGI-INF/*.xml
|
2015-12-20 22:32:25 +01:00
|
|
|
Import-Package: javax.servlet,
|
|
|
|
javax.servlet.http,
|
|
|
|
org.apache.commons.io,
|
2016-11-24 20:09:52 +01:00
|
|
|
org.openhab.core,
|
2015-12-20 22:32:25 +01:00
|
|
|
org.osgi.framework,
|
2016-11-24 20:09:52 +01:00
|
|
|
org.osgi.service.cm,
|
2015-12-20 22:32:25 +01:00
|
|
|
org.osgi.service.component,
|
|
|
|
org.osgi.service.http,
|
|
|
|
org.slf4j
|
|
|
|
Export-Package: org.openhab.ui.dashboard
|
2016-11-24 20:09:52 +01:00
|
|
|
Bundle-ActivationPolicy: lazy
|