Files
openhab-core/bundles/org.openhab.core.ui/bnd.bnd
T
Jeff JamesandGitHub fbd0d987ea Enhancements and corrections in openapi spec (#5203)
- '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>
2026-01-22 14:49:20 +01:00

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,\
*