mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 06:31:01 +01:00
053c073d9e
* 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>
24 lines
754 B
Plaintext
24 lines
754 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: openHAB Karaf Integration
|
|
Bundle-SymbolicName: org.openhab.core.karaf
|
|
Bundle-Version: 2.0.0.qualifier
|
|
Bundle-Vendor: openHAB.org
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Karaf-Commands: org.openhab.core.karaf.internal.command
|
|
Service-Component: OSGI-INF/*.xml
|
|
Import-Package: com.google.common.collect,
|
|
org.apache.commons.lang,
|
|
org.apache.karaf.features,
|
|
org.apache.karaf.shell.api.action,
|
|
org.apache.karaf.shell.api.action.lifecycle,
|
|
org.apache.karaf.shell.support.ansi,
|
|
org.apache.karaf.wrapper,
|
|
org.eclipse.smarthome.core.events,
|
|
org.eclipse.smarthome.core.extension,
|
|
org.openhab.core,
|
|
org.osgi.service.cm,
|
|
org.osgi.service.event,
|
|
org.slf4j
|
|
Bundle-ActivationPolicy: lazy
|