openhab-core/bundles/org.openhab.io.sound/META-INF/MANIFEST.MF
Kai Kreuzer 7087ea3582 Added new enhanced sound fragment, which brings mp3 support on top of ESH. (#63)
Remove the old audio action as all features should now be covered through ESH itself.

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-09-30 23:00:30 +02:00

17 lines
511 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Sound Support
Bundle-SymbolicName: org.openhab.io.sound
Bundle-Version: 2.0.0.qualifier
Import-Package: org.apache.commons.collections,
org.apache.commons.io,
org.eclipse.smarthome.core.audio,
org.eclipse.smarthome.core.common,
org.slf4j
Service-Component: OSGI-INF/*.xml
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Fragment-Host: org.eclipse.smarthome.io.javasound
Bundle-ClassPath: lib/jl1.0.1.jar,
.
Bundle-ActivationPolicy: lazy