openhab-core/bundles/org.openhab.ui.dashboard/META-INF/MANIFEST.MF
Kai Kreuzer 053c073d9e Refactoring of package handling (#81)
* adapted FeatureInstaller to adapt addons info in ConfigAdmin, so that this info is stored in a file
* removed experimental features
* removed package selection from UI as it is meant to be only set once
* introduced new packages: minimal, simple and expert
* introduced a setup page on the dashboard, if no package is set (and thus openHAB is uninitialized)
* added auto-refresh of dashboard to have new entries appear automatically

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-24 20:09:52 +01:00

20 lines
542 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Dashboard UI
Bundle-SymbolicName: org.openhab.ui.dashboard
Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: openHAB.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Service-Component: OSGI-INF/*.xml
Import-Package: javax.servlet,
javax.servlet.http,
org.apache.commons.io,
org.openhab.core,
org.osgi.framework,
org.osgi.service.cm,
org.osgi.service.component,
org.osgi.service.http,
org.slf4j
Export-Package: org.openhab.ui.dashboard
Bundle-ActivationPolicy: lazy