mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-14 06:41:00 +01:00
3d811ecede
openHAB Home Builder - home structure generator Also-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich) Also-by: Demyan Rogozhin <dmitriy.rogozhin@gmail.com> (github: demyanrogozhin) Signed-off-by: Kuba Wolanin <hi@kubawolanin.com> (github: kubawolanin)
23 lines
635 B
Plaintext
23 lines
635 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: HomeBuilder User Interface
|
|
Bundle-SymbolicName: org.openhab.ui.homebuilder
|
|
Bundle-Version: 2.2.0.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Service-Component: OSGI-INF/*.xml
|
|
Import-Package: com.google.gson,
|
|
com.google.gson.annotations,
|
|
javax.servlet,
|
|
javax.servlet.http,
|
|
javax.ws.rs,
|
|
javax.ws.rs.core,
|
|
org.eclipse.smarthome.io.rest,
|
|
org.openhab.ui.dashboard,
|
|
org.osgi.framework,
|
|
org.osgi.service.cm,
|
|
org.osgi.service.http,
|
|
org.osgi.service.component.annotations;resolution:=optional,
|
|
org.slf4j
|
|
Bundle-Vendor: openHAB
|
|
Bundle-ActivationPolicy: lazy
|