mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
core.model.persistence/bnd.bnd: avoid exporting non-existent package (#5209)
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
Bundle-SymbolicName: ${project.artifactId}
|
Bundle-SymbolicName: ${project.artifactId}
|
||||||
Export-Package: org.openhab.core.model.persistence,\
|
Export-Package: org.openhab.core.model.persistence,\
|
||||||
org.openhab.core.model.persistence.extensions,\
|
|
||||||
org.openhab.core.model.persistence.formatting,\
|
org.openhab.core.model.persistence.formatting,\
|
||||||
org.openhab.core.model.persistence.generator,\
|
org.openhab.core.model.persistence.generator,\
|
||||||
org.openhab.core.model.persistence.parser.antlr,\
|
org.openhab.core.model.persistence.parser.antlr,\
|
||||||
|
|||||||
Reference in New Issue
Block a user