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>
24 lines
646 B
Plaintext
24 lines
646 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: openHAB REST Documentation
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-SymbolicName: org.openhab.io.rest.docs
|
|
Bundle-Vendor: openHAB
|
|
Bundle-Version: 2.2.0.qualifier
|
|
Import-Package:
|
|
com.google.gson,
|
|
com.google.gson.annotations,
|
|
javax.servlet,
|
|
javax.servlet.http,
|
|
javax.ws.rs,
|
|
javax.ws.rs.core,
|
|
org.eclipse.jdt.annotation;resolution:=optional,
|
|
org.eclipse.smarthome.io.rest,
|
|
org.openhab.ui.dashboard,
|
|
org.osgi.framework,
|
|
org.osgi.service.cm,
|
|
org.osgi.service.http,
|
|
org.slf4j
|
|
Service-Component: OSGI-INF/*.xml
|