openhab-core/bundles/org.openhab.core.init/META-INF/MANIFEST.MF
Kai Kreuzer a5b86617a6 initial commit of openhab core components
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2015-12-26 23:22:23 +01:00

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