openhab-core/bundles/org.openhab.core.model.persistence/bnd.bnd
Wouter Born abd2630777
Upgrade Xtext/Xtend to 2.23.0 and LSP 0.9.0 (#1685)
Upgrades to:

* Xtext 2.23.0
* Xtend 2.23.0
* LSP 0.9.0

For Xtext release notes see: https://www.eclipse.org/Xtext/releasenotes.html#/releasenotes/2020/09/01/version-2-23-0

The Xtext dependencies are now managed using their BOM which makes it easier to keep them in sync.

Because Xtext depends on a newer ASM version some runtime dependencies were also upgraded:

* ASM 8.0.1
* Pax Web 7.2.15
* XBean 4.17.0

Signed-off-by: Wouter Born <github@maindrain.net>
2020-10-04 12:27:58 +02:00

47 lines
1.9 KiB
Plaintext

Bundle-SymbolicName: ${project.artifactId}
Export-Package: org.openhab.core.model.persistence,\
org.openhab.core.model.persistence.extensions,\
org.openhab.core.model.persistence.formatting,\
org.openhab.core.model.persistence.generator,\
org.openhab.core.model.persistence.parser.antlr,\
org.openhab.core.model.persistence.parser.antlr.internal,\
org.openhab.core.model.persistence.persistence,\
org.openhab.core.model.persistence.persistence.impl,\
org.openhab.core.model.persistence.persistence.util,\
org.openhab.core.model.persistence.scoping,\
org.openhab.core.model.persistence.serializer,\
org.openhab.core.model.persistence.services,\
org.openhab.core.model.persistence.validation
Import-Package: \
org.openhab.core.common.registry,\
org.openhab.core.events,\
org.openhab.core.i18n,\
org.openhab.core.items,\
org.openhab.core.library.types,\
org.openhab.core.persistence,\
org.openhab.core.persistence.config,\
org.openhab.core.persistence.strategy,\
org.openhab.core.types,\
org.openhab.core.model.core,\
com.google.common.*;version="14",\
org.apache.*,\
org.eclipse.jdt.annotation;resolution:=optional,\
org.eclipse.xtext.xbase.lib,\
org.osgi.*,\
org.slf4j.*
Require-Bundle: org.antlr.runtime,\
org.eclipse.emf.codegen.ecore;resolution:=optional,\
org.eclipse.emf.common,\
org.eclipse.emf.ecore,\
org.eclipse.emf.mwe.utils;resolution:=optional,\
org.eclipse.emf.mwe2.launch;resolution:=optional,\
org.openhab.core.model.item,\
org.openhab.core.model.lazygen;resolution:=optional,\
org.eclipse.xtend.lib;resolution:=optional,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.generator;resolution:=optional,\
org.eclipse.xtext.util,\
org.eclipse.xtext.xbase.lib;bundle-version="2.23.0",\
org.eclipse.xtext.xbase;bundle-version="2.23.0";resolution:=optional;visibility:=reexport,\
org.eclipse.xtext;bundle-version="2.23.0";visibility:=reexport