mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-14 22:51:01 +01:00
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
|