mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
- 'config' in RootUIComponent/UIComponent was of the wrong type in openapi spec - getType accessor in UIComponent generated a property - Updated the naming of data structures in openapi spec w/o the internal DTO nomenclature for consistency and simplicity Also-by: Florian Hotze <dev@florianhotze.com> Also-by: Wouter Born <github@maindrain.net> Signed-off-by: Jeff James <jeff@james-online.com>
12 lines
409 B
Plaintext
12 lines
409 B
Plaintext
Bundle-SymbolicName: ${project.artifactId}
|
|
Bundle-Activator: org.openhab.core.ui.internal.UIActivator
|
|
Private-Package: \
|
|
org.knowm.xchart.*
|
|
Import-Package: \
|
|
io.swagger.v3.oas.annotations.*;resolution:=optional,\
|
|
de.erichseifert.vectorgraphics2d.*;resolution:=optional,\
|
|
de.rototor.pdfbox.*;resolution:=optional,\
|
|
com.madgag.*;resolution:=optional,\
|
|
org.apache.pdfbox.*;resolution:=optional,\
|
|
*
|