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.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
|
2019-01-28 13:07:31 +01:00
|
|
|
Import-Package: \
|
2019-12-27 11:10:17 +01:00
|
|
|
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,\
|
2019-01-28 13:07:31 +01:00
|
|
|
com.google.common.*;version="14",\
|
|
|
|
org.apache.*,\
|
|
|
|
org.eclipse.jdt.annotation;resolution:=optional,\
|
|
|
|
org.eclipse.xtext.xbase.lib,\
|
|
|
|
org.osgi.*,\
|
2020-01-25 22:44:03 +01:00
|
|
|
org.slf4j.*
|
2019-01-28 13:07:31 +01:00
|
|
|
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,\
|
2020-10-04 12:27:58 +02:00
|
|
|
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
|