2019-01-28 13:07:31 +01:00
|
|
|
Bundle-SymbolicName: ${project.artifactId}
|
2019-12-27 11:10:17 +01:00
|
|
|
Export-Package: org.openhab.core.model.thing,\
|
|
|
|
org.openhab.core.model.thing.formatting,\
|
|
|
|
org.openhab.core.model.thing.generator,\
|
|
|
|
org.openhab.core.model.thing.parser.antlr,\
|
|
|
|
org.openhab.core.model.thing.parser.antlr.internal,\
|
|
|
|
org.openhab.core.model.thing.scoping,\
|
|
|
|
org.openhab.core.model.thing.serializer,\
|
|
|
|
org.openhab.core.model.thing.services,\
|
|
|
|
org.openhab.core.model.thing.thing,\
|
|
|
|
org.openhab.core.model.thing.thing.impl,\
|
|
|
|
org.openhab.core.model.thing.thing.util,\
|
|
|
|
org.openhab.core.model.thing.validation
|
2019-01-28 13:07:31 +01:00
|
|
|
Import-Package: org.apache.log4j,\
|
|
|
|
org.eclipse.jdt.annotation;resolution:=optional,\
|
2019-12-27 11:10:17 +01:00
|
|
|
org.openhab.core.config.core,\
|
|
|
|
org.openhab.core.common.registry,\
|
|
|
|
org.openhab.core.i18n,\
|
|
|
|
org.openhab.core.items,\
|
|
|
|
org.openhab.core.service,\
|
|
|
|
org.openhab.core.thing,\
|
|
|
|
org.openhab.core.thing.binding,\
|
|
|
|
org.openhab.core.thing.binding.builder,\
|
|
|
|
org.openhab.core.thing.link,\
|
|
|
|
org.openhab.core.thing.type,\
|
|
|
|
org.openhab.core.thing.util,\
|
|
|
|
org.openhab.core.types.util,\
|
|
|
|
org.openhab.core.util,\
|
|
|
|
org.openhab.core.model.core,\
|
|
|
|
org.openhab.core.model.core.valueconverter,\
|
|
|
|
org.openhab.core.model.item,\
|
2019-01-28 13:07:31 +01:00
|
|
|
org.eclipse.xtext.xbase.lib,\
|
|
|
|
org.osgi.framework,\
|
|
|
|
org.osgi.service.component,\
|
|
|
|
org.slf4j,\
|
|
|
|
javax.measure
|
|
|
|
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.lazygen;resolution:=optional,\
|
|
|
|
org.eclipse.xtend.lib;resolution:=optional,\
|
|
|
|
org.eclipse.xtext.common.types,\
|
|
|
|
org.eclipse.xtext.generator;resolution:=optional,\
|
|
|
|
org.eclipse.xtext.util,\
|
2020-10-04 12:27:58 +02:00
|
|
|
org.eclipse.xtext.xbase.lib;bundle-version="2.23.0",\
|
2019-01-28 13:07:31 +01:00
|
|
|
org.eclipse.xtext.xbase;resolution:=optional;visibility:=reexport,\
|
|
|
|
org.eclipse.xtext;visibility:=reexport,\
|
2020-10-04 12:27:58 +02:00
|
|
|
org.objectweb.asm;bundle-version="[8.0.0,9.0.0)";resolution:=optional
|