openhab-core/bundles/org.openhab.core.model.item/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

48 lines
1.6 KiB
Plaintext

Bundle-SymbolicName: ${project.artifactId}
Export-Package: org.openhab.core.model,\
org.openhab.core.model.formatting,\
org.openhab.core.model.generator,\
org.openhab.core.model.item,\
org.openhab.core.model.items,\
org.openhab.core.model.items.impl,\
org.openhab.core.model.items.util,\
org.openhab.core.model.parser.antlr,\
org.openhab.core.model.parser.antlr.internal,\
org.openhab.core.model.scoping,\
org.openhab.core.model.serializer,\
org.openhab.core.model.services,\
org.openhab.core.model.validation
Import-Package: javax.measure,\
javax.measure.quantity,\
org.apache.log4j,\
org.eclipse.jdt.annotation;resolution:=optional,\
org.openhab.core.config.core,\
org.openhab.core.common.registry,\
org.openhab.core.i18n,\
org.openhab.core.items,\
org.openhab.core.items.dto,\
org.openhab.core.library.items,\
org.openhab.core.library.types,\
org.openhab.core.thing.util,\
org.openhab.core.types,\
org.openhab.core.types.util,\
org.openhab.core.model.core,\
org.openhab.core.model.core.valueconverter,\
org.eclipse.xtext.xbase.lib,\
org.osgi.framework,\
org.slf4j
Require-Bundle: com.ibm.icu;resolution:=optional,\
org.antlr.runtime,\
org.eclipse.emf.codegen.ecore;resolution:=optional,\
org.eclipse.emf.common,\
org.eclipse.emf.ecore;visibility:=reexport,\
org.eclipse.emf.mwe.utils;resolution:=optional,\
org.eclipse.emf.mwe2.launch;resolution:=optional,\
org.openhab.core.model.lazygen;resolution:=optional,\
org.eclipse.xtend.lib;resolution:=optional,\
org.eclipse.xtext,\
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"