mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 14:41:00 +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>
17 lines
490 B
Plaintext
17 lines
490 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-ClassPath:
|
|
patch/,
|
|
.
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: openHAB Classic UI Fragment
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-SymbolicName: org.openhab.ui.classicui
|
|
Bundle-Vendor: openHAB
|
|
Bundle-Version: 2.2.0.qualifier
|
|
Fragment-Host: org.eclipse.smarthome.ui.classic
|
|
Import-Package:
|
|
org.eclipse.jdt.annotation;resolution:=optional,
|
|
org.openhab.ui.dashboard
|
|
Service-Component: OSGI-INF/*.xml
|