mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 14:41:00 +01:00
a5b86617a6
Signed-off-by: Kai Kreuzer <kai@openhab.org>
22 lines
727 B
Plaintext
22 lines
727 B
Plaintext
Manifest-Version: 1.0
|
|
Service-Component: OSGI-INF/logservice.xml
|
|
Bundle-Name: openHAB Initializer
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Bundle-Vendor: openHAB.org
|
|
Bundle-Version: 2.0.0.qualifier
|
|
Bundle-Activator: org.openhab.core.init.internal.InitActivator
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Description: This is the initializer component of the
|
|
open Home Automation Bus (openHAB)
|
|
Bundle-License: http://www.eclipse.org/legal/epl-v10.html
|
|
Import-Package: org.apache.commons.io,
|
|
org.apache.commons.lang,
|
|
org.eclipse.smarthome.config.core,
|
|
org.osgi.framework,
|
|
org.osgi.service.log,
|
|
org.slf4j,
|
|
org.slf4j.bridge
|
|
Bundle-SymbolicName: org.openhab.core.init
|
|
Bundle-DocURL: http://www.openhab.org
|
|
|