mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 06:31:01 +01:00
e57044e13c
* reworked and formatted manifest * added missing jdt.annotation Related to: https://github.com/eclipse/smarthome/pull/4308 Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
21 lines
608 B
Plaintext
21 lines
608 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-ClassPath:
|
|
lib/jl1.0.1.jar,
|
|
.
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: openHAB Sound Support
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-SymbolicName: org.openhab.io.sound
|
|
Bundle-Vendor: openHAB
|
|
Bundle-Version: 2.2.0.qualifier
|
|
Fragment-Host: org.eclipse.smarthome.io.javasound
|
|
Import-Package:
|
|
org.apache.commons.collections,
|
|
org.apache.commons.io,
|
|
org.eclipse.jdt.annotation;resolution:=optional,
|
|
org.eclipse.smarthome.core.audio,
|
|
org.eclipse.smarthome.core.common,
|
|
org.slf4j
|
|
Service-Component: OSGI-INF/*.xml
|