mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
0f1c1bbb2d
Fixes #868 Also-by: Markus Rathgeb <maggu2810@gmail.com> Signed-off-by: Wouter Born <github@maindrain.net>
67 lines
2.6 KiB
Plaintext
67 lines
2.6 KiB
Plaintext
Bundle-SymbolicName: ${project.artifactId}
|
|
Export-Package: org.eclipse.smarthome.model.script,\
|
|
org.eclipse.smarthome.model.script.actions,\
|
|
org.eclipse.smarthome.model.script.engine,\
|
|
org.eclipse.smarthome.model.script.engine.action,\
|
|
org.eclipse.smarthome.model.script.extension,\
|
|
org.eclipse.smarthome.model.script.formatting,\
|
|
org.eclipse.smarthome.model.script.interpreter,\
|
|
org.eclipse.smarthome.model.script.jvmmodel,\
|
|
org.eclipse.smarthome.model.script.lib,\
|
|
org.eclipse.smarthome.model.script.parser.antlr,\
|
|
org.eclipse.smarthome.model.script.parser.antlr.internal,\
|
|
org.eclipse.smarthome.model.script.scoping,\
|
|
org.eclipse.smarthome.model.script.script,\
|
|
org.eclipse.smarthome.model.script.script.impl,\
|
|
org.eclipse.smarthome.model.script.script.util,\
|
|
org.eclipse.smarthome.model.script.serializer,\
|
|
org.eclipse.smarthome.model.script.services,\
|
|
org.eclipse.smarthome.model.script.validation
|
|
Import-Package: \
|
|
org.eclipse.smarthome.core.audio,\
|
|
org.eclipse.smarthome.core.common.registry,\
|
|
org.eclipse.smarthome.core.ephemeris,\
|
|
org.eclipse.smarthome.core.events,\
|
|
org.eclipse.smarthome.core.items,\
|
|
org.eclipse.smarthome.core.items.events,\
|
|
org.eclipse.smarthome.core.library.items,\
|
|
org.eclipse.smarthome.core.library.types,\
|
|
org.eclipse.smarthome.core.library.unit,\
|
|
org.eclipse.smarthome.core.persistence,\
|
|
org.eclipse.smarthome.core.thing,\
|
|
org.eclipse.smarthome.core.thing.binding,\
|
|
org.eclipse.smarthome.core.transform.actions,\
|
|
org.eclipse.smarthome.core.types,\
|
|
org.eclipse.smarthome.core.voice,\
|
|
org.eclipse.smarthome.core.voice.text,\
|
|
org.eclipse.smarthome.io.console,\
|
|
org.eclipse.smarthome.io.console.extensions,\
|
|
org.eclipse.smarthome.io.net.exec,\
|
|
org.eclipse.smarthome.io.net.http,\
|
|
org.eclipse.smarthome.model.core,\
|
|
org.eclipse.smarthome.model.persistence.extensions,\
|
|
org.eclipse.smarthome.model.script.engine.action,\
|
|
com.google.common.*;version="14",\
|
|
javax.measure.*,\
|
|
org.apache.*,\
|
|
org.eclipse.jdt.annotation;resolution:=optional,\
|
|
org.eclipse.xtext.xbase.lib,\
|
|
org.joda.*,\
|
|
org.osgi.*,\
|
|
org.quartz.*,\
|
|
org.slf4j.*
|
|
Require-Bundle: org.antlr.runtime,\
|
|
org.eclipse.emf.common,\
|
|
org.eclipse.emf.ecore,\
|
|
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.17.0",\
|
|
org.eclipse.xtext.xbase;visibility:=reexport,\
|
|
org.eclipse.xtext;visibility:=reexport,\
|
|
org.objectweb.asm;resolution:=optional
|