mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Rework / formatted manifest (#211)
* reworked and formatted manifest * added missing jdt.annotation Related to: https://github.com/eclipse/smarthome/pull/4308 Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
parent
54cc26d4a4
commit
e57044e13c
@ -1,18 +1,19 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB 1.x Compatibility Layer Tests
|
||||
Bundle-SymbolicName: org.openhab.core.compat1x.test
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Bundle-Vendor: openHAB
|
||||
Fragment-Host: org.openhab.core.compat1x
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Import-Package: groovy.lang,
|
||||
org.codehaus.groovy.reflection,
|
||||
org.codehaus.groovy.runtime,
|
||||
org.codehaus.groovy.runtime.callsite,
|
||||
org.codehaus.groovy.runtime.typehandling,
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.eclipse.smarthome.core.events,
|
||||
org.eclipse.smarthome.test,
|
||||
org.hamcrest;core=split,
|
||||
org.junit
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB 1.x Compatibility Layer Tests
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.core.compat1x.test
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Fragment-Host: org.openhab.core.compat1x
|
||||
Import-Package:
|
||||
groovy.lang,
|
||||
org.codehaus.groovy.reflection,
|
||||
org.codehaus.groovy.runtime,
|
||||
org.codehaus.groovy.runtime.callsite,
|
||||
org.codehaus.groovy.runtime.typehandling,
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.eclipse.smarthome.core.events,
|
||||
org.eclipse.smarthome.test,
|
||||
org.hamcrest;core=split,
|
||||
org.junit
|
||||
|
@ -1,105 +1,112 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB 1.x Compatibility Layer
|
||||
Bundle-SymbolicName: org.openhab.core.compat1x
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Bundle-Activator: org.openhab.core.compat1x.internal.CompatibilityActivator
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Import-Package: com.google.common.base,
|
||||
javax.servlet,
|
||||
javax.servlet.http,
|
||||
javax.sound.sampled,
|
||||
org.apache.commons.collections,
|
||||
org.apache.commons.exec,
|
||||
org.apache.commons.httpclient,
|
||||
org.apache.commons.httpclient.auth,
|
||||
org.apache.commons.httpclient.methods,
|
||||
org.apache.commons.httpclient.params,
|
||||
org.apache.commons.io,
|
||||
org.apache.commons.lang,
|
||||
org.apache.commons.net.util,
|
||||
org.eclipse.emf.common.util,
|
||||
org.eclipse.emf.ecore,
|
||||
org.eclipse.emf.ecore.resource,
|
||||
org.eclipse.smarthome.config.core,
|
||||
org.eclipse.smarthome.core.audio,
|
||||
org.eclipse.smarthome.core.autoupdate,
|
||||
org.eclipse.smarthome.core.common.registry,
|
||||
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.persistence,
|
||||
org.eclipse.smarthome.core.transform,
|
||||
org.eclipse.smarthome.core.types,
|
||||
org.eclipse.smarthome.core.voice,
|
||||
org.eclipse.smarthome.model.item,
|
||||
org.eclipse.smarthome.model.persistence,
|
||||
org.eclipse.smarthome.model.script.engine,
|
||||
org.eclipse.smarthome.model.script.engine.action,
|
||||
org.eclipse.smarthome.model.sitemap,
|
||||
org.eclipse.smarthome.ui.chart,
|
||||
org.eclipse.smarthome.ui.items,
|
||||
org.eclipse.xtext.xbase,
|
||||
org.openhab.library.tel.types,
|
||||
org.osgi.framework,
|
||||
org.osgi.service.cm,
|
||||
org.osgi.service.event,
|
||||
org.osgi.service.http,
|
||||
org.osgi.util.tracker,
|
||||
org.slf4j
|
||||
Export-Package: org.codehaus.jackson,
|
||||
org.codehaus.jackson.annotate,
|
||||
org.codehaus.jackson.format,
|
||||
org.codehaus.jackson.impl,
|
||||
org.codehaus.jackson.io,
|
||||
org.codehaus.jackson.map,
|
||||
org.codehaus.jackson.map.annotate,
|
||||
org.codehaus.jackson.map.deser,
|
||||
org.codehaus.jackson.map.deser.impl,
|
||||
org.codehaus.jackson.map.deser.std,
|
||||
org.codehaus.jackson.map.exc,
|
||||
org.codehaus.jackson.map.ext,
|
||||
org.codehaus.jackson.map.introspect,
|
||||
org.codehaus.jackson.map.jsontype,
|
||||
org.codehaus.jackson.map.jsontype.impl,
|
||||
org.codehaus.jackson.map.module,
|
||||
org.codehaus.jackson.map.ser,
|
||||
org.codehaus.jackson.map.ser.impl,
|
||||
org.codehaus.jackson.map.ser.std,
|
||||
org.codehaus.jackson.map.type,
|
||||
org.codehaus.jackson.map.util,
|
||||
org.codehaus.jackson.node,
|
||||
org.codehaus.jackson.schema,
|
||||
org.codehaus.jackson.sym,
|
||||
org.codehaus.jackson.type,
|
||||
org.codehaus.jackson.util,
|
||||
org.openhab.core.autoupdate,
|
||||
org.openhab.core.binding,
|
||||
org.openhab.core.events;uses:="org.openhab.core.items,org.osgi.service.event,org.openhab.core.types",
|
||||
org.openhab.core.items;uses:="org.openhab.core.types,org.openhab.core.events",
|
||||
org.openhab.core.library.items,
|
||||
org.openhab.core.library.types,
|
||||
org.openhab.core.persistence,
|
||||
org.openhab.core.scriptengine.action,
|
||||
org.openhab.core.service,
|
||||
org.openhab.core.transform,
|
||||
org.openhab.core.transform.actions,
|
||||
org.openhab.core.types,
|
||||
org.openhab.io.console,
|
||||
org.openhab.io.multimedia.tts,
|
||||
org.openhab.io.net.actions,
|
||||
org.openhab.io.net.exec,
|
||||
org.openhab.io.net.http,
|
||||
org.openhab.library.tel.items,
|
||||
org.openhab.library.tel.types,
|
||||
org.openhab.model.item.binding,
|
||||
org.openhab.model.sitemap,
|
||||
org.openhab.ui.chart,
|
||||
org.openhab.ui.items
|
||||
Bundle-ClassPath: .,
|
||||
lib/jackson-core-asl-1.9.2.jar,
|
||||
lib/jackson-mapper-asl-1.9.2.jar
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Manifest-Version: 1.0
|
||||
Bundle-Activator: org.openhab.core.compat1x.internal.CompatibilityActiva
|
||||
tor
|
||||
Bundle-ClassPath:
|
||||
.,
|
||||
lib/jackson-core-asl-1.9.2.jar,
|
||||
lib/jackson-mapper-asl-1.9.2.jar
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB 1.x Compatibility Layer
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.core.compat1x
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Export-Package:
|
||||
org.codehaus.jackson,
|
||||
org.codehaus.jackson.annotate,
|
||||
org.codehaus.jackson.format,
|
||||
org.codehaus.jackson.impl,
|
||||
org.codehaus.jackson.io,
|
||||
org.codehaus.jackson.map,
|
||||
org.codehaus.jackson.map.annotate,
|
||||
org.codehaus.jackson.map.deser,
|
||||
org.codehaus.jackson.map.deser.impl,
|
||||
org.codehaus.jackson.map.deser.std,
|
||||
org.codehaus.jackson.map.exc,
|
||||
org.codehaus.jackson.map.ext,
|
||||
org.codehaus.jackson.map.introspect,
|
||||
org.codehaus.jackson.map.jsontype,
|
||||
org.codehaus.jackson.map.jsontype.impl,
|
||||
org.codehaus.jackson.map.module,
|
||||
org.codehaus.jackson.map.ser,
|
||||
org.codehaus.jackson.map.ser.impl,
|
||||
org.codehaus.jackson.map.ser.std,
|
||||
org.codehaus.jackson.map.type,
|
||||
org.codehaus.jackson.map.util,
|
||||
org.codehaus.jackson.node,
|
||||
org.codehaus.jackson.schema,
|
||||
org.codehaus.jackson.sym,
|
||||
org.codehaus.jackson.type,
|
||||
org.codehaus.jackson.util,
|
||||
org.openhab.core.autoupdate,
|
||||
org.openhab.core.binding,
|
||||
org.openhab.core.events;uses:="org.openhab.core.items,org.osgi.service.
|
||||
event,org.openhab.core.types",
|
||||
org.openhab.core.items;uses:="org.openhab.core.types,org.openhab.core.e
|
||||
vents",
|
||||
org.openhab.core.library.items,
|
||||
org.openhab.core.library.types,
|
||||
org.openhab.core.persistence,
|
||||
org.openhab.core.scriptengine.action,
|
||||
org.openhab.core.service,
|
||||
org.openhab.core.transform,
|
||||
org.openhab.core.transform.actions,
|
||||
org.openhab.core.types,
|
||||
org.openhab.io.console,
|
||||
org.openhab.io.multimedia.tts,
|
||||
org.openhab.io.net.actions,
|
||||
org.openhab.io.net.exec,
|
||||
org.openhab.io.net.http,
|
||||
org.openhab.library.tel.items,
|
||||
org.openhab.library.tel.types,
|
||||
org.openhab.model.item.binding,
|
||||
org.openhab.model.sitemap,
|
||||
org.openhab.ui.chart,
|
||||
org.openhab.ui.items
|
||||
Import-Package:
|
||||
com.google.common.base,
|
||||
javax.servlet,
|
||||
javax.servlet.http,
|
||||
javax.sound.sampled,
|
||||
org.apache.commons.collections,
|
||||
org.apache.commons.exec,
|
||||
org.apache.commons.httpclient,
|
||||
org.apache.commons.httpclient.auth,
|
||||
org.apache.commons.httpclient.methods,
|
||||
org.apache.commons.httpclient.params,
|
||||
org.apache.commons.io,
|
||||
org.apache.commons.lang,
|
||||
org.apache.commons.net.util,
|
||||
org.eclipse.emf.common.util,
|
||||
org.eclipse.emf.ecore,
|
||||
org.eclipse.emf.ecore.resource,
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.eclipse.smarthome.config.core,
|
||||
org.eclipse.smarthome.core.audio,
|
||||
org.eclipse.smarthome.core.autoupdate,
|
||||
org.eclipse.smarthome.core.common.registry,
|
||||
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.persistence,
|
||||
org.eclipse.smarthome.core.transform,
|
||||
org.eclipse.smarthome.core.types,
|
||||
org.eclipse.smarthome.core.voice,
|
||||
org.eclipse.smarthome.model.item,
|
||||
org.eclipse.smarthome.model.persistence,
|
||||
org.eclipse.smarthome.model.script.engine,
|
||||
org.eclipse.smarthome.model.script.engine.action,
|
||||
org.eclipse.smarthome.model.sitemap,
|
||||
org.eclipse.smarthome.ui.chart,
|
||||
org.eclipse.smarthome.ui.items,
|
||||
org.eclipse.xtext.xbase,
|
||||
org.openhab.library.tel.types,
|
||||
org.osgi.framework,
|
||||
org.osgi.service.cm,
|
||||
org.osgi.service.event,
|
||||
org.osgi.service.http,
|
||||
org.osgi.util.tracker,
|
||||
org.slf4j
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
@ -1,24 +1,26 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Karaf Integration
|
||||
Bundle-SymbolicName: org.openhab.core.karaf
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Karaf-Commands: org.openhab.core.karaf.internal.command
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Import-Package: com.google.common.collect,
|
||||
org.apache.commons.lang,
|
||||
org.apache.karaf.features,
|
||||
org.apache.karaf.shell.api.action,
|
||||
org.apache.karaf.shell.api.action.lifecycle,
|
||||
org.apache.karaf.shell.support.ansi,
|
||||
org.apache.karaf.wrapper,
|
||||
org.eclipse.smarthome.config.core,
|
||||
org.eclipse.smarthome.core.events,
|
||||
org.eclipse.smarthome.core.extension,
|
||||
org.openhab.core,
|
||||
org.osgi.service.cm,
|
||||
org.osgi.service.event,
|
||||
org.slf4j
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Karaf Integration
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.core.karaf
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Import-Package:
|
||||
com.google.common.collect,
|
||||
org.apache.commons.lang,
|
||||
org.apache.karaf.features,
|
||||
org.apache.karaf.shell.api.action,
|
||||
org.apache.karaf.shell.api.action.lifecycle,
|
||||
org.apache.karaf.shell.support.ansi,
|
||||
org.apache.karaf.wrapper,
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.eclipse.smarthome.config.core,
|
||||
org.eclipse.smarthome.core.events,
|
||||
org.eclipse.smarthome.core.extension,
|
||||
org.openhab.core,
|
||||
org.osgi.service.cm,
|
||||
org.osgi.service.event,
|
||||
org.slf4j
|
||||
Karaf-Commands: org.openhab.core.karaf.internal.command
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
@ -1,17 +1,19 @@
|
||||
Manifest-Version: 1.0
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Private-Package: org.openhab.core.internal,org.openhab.core.internal.e
|
||||
vents,org.openhab.core.internal.items
|
||||
Ignore-Package: org.openhab.core.internal.items,org.openhab.core.inter
|
||||
nal,org.openhab.core.internal.events
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.openhab.core.internal.CoreActivator
|
||||
Bundle-DocURL: http://www.openhab.org
|
||||
Bundle-License: http://www.eclipse.org/legal/epl-v10.html
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.core
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Bundle-Activator: org.openhab.core.internal.CoreActivator
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-License: http://www.eclipse.org/legal/epl-v10.html
|
||||
Import-Package: com.google.common.cache,
|
||||
Export-Package: org.openhab.core
|
||||
Ignore-Package: org.openhab.core.internal.items,org.openhab.core.interna
|
||||
l,org.openhab.core.internal.events
|
||||
Import-Package:
|
||||
com.google.common.cache,
|
||||
javax.servlet,
|
||||
javax.servlet.http,
|
||||
org.apache.commons.collections,
|
||||
@ -19,6 +21,7 @@ Import-Package: com.google.common.cache,
|
||||
org.apache.commons.lang,
|
||||
org.eclipse.emf.common.util;resolution:=optional,
|
||||
org.eclipse.emf.ecore;resolution:=optional,
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.eclipse.smarthome.config.core,
|
||||
org.eclipse.smarthome.config.discovery,
|
||||
org.eclipse.smarthome.config.discovery.inbox,
|
||||
@ -31,8 +34,8 @@ Import-Package: com.google.common.cache,
|
||||
org.eclipse.smarthome.core.types,
|
||||
org.eclipse.smarthome.model.core,
|
||||
org.eclipse.smarthome.model.rule.runtime;resolution:=optional,
|
||||
org.eclipse.smarthome.model.sitemap;resolution:=optional,
|
||||
org.eclipse.smarthome.model.sitemap.impl;resolution:=optional,
|
||||
org.eclipse.smarthome.model.sitemap;resolution:=optional,
|
||||
org.eclipse.smarthome.ui.items;resolution:=optional,
|
||||
org.osgi.framework,
|
||||
org.osgi.service.cm,
|
||||
@ -42,7 +45,6 @@ Import-Package: com.google.common.cache,
|
||||
org.osgi.service.log,
|
||||
org.osgi.util.tracker,
|
||||
org.slf4j
|
||||
Bundle-SymbolicName: org.openhab.core
|
||||
Bundle-DocURL: http://www.openhab.org
|
||||
Export-Package: org.openhab.core
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Private-Package: org.openhab.core.internal,org.openhab.core.internal.eve
|
||||
nts,org.openhab.core.internal.items
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
@ -1,13 +1,15 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB SSL Certificate Generator
|
||||
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateGenerator
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Classpath: .,
|
||||
lib/bcpkix-jdk15on-1.52.jar,
|
||||
lib/bcprov-jdk15on-1.52.jar
|
||||
Import-Package: org.osgi.framework,
|
||||
org.slf4j
|
||||
Manifest-Version: 1.0
|
||||
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateG
|
||||
enerator
|
||||
Bundle-Classpath: .,lib/bcpkix-jdk15on-1.52.jar,lib/bcprov-jdk15on-1.52.
|
||||
jar
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB SSL Certificate Generator
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Import-Package:
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.osgi.framework,
|
||||
org.slf4j
|
||||
|
@ -1,21 +1,23 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB REST Documentation
|
||||
Bundle-SymbolicName: org.openhab.io.rest.docs
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Import-Package: com.google.gson,
|
||||
com.google.gson.annotations,
|
||||
javax.servlet,
|
||||
javax.servlet.http,
|
||||
javax.ws.rs,
|
||||
javax.ws.rs.core,
|
||||
org.eclipse.smarthome.io.rest,
|
||||
org.openhab.ui.dashboard,
|
||||
org.osgi.framework,
|
||||
org.osgi.service.cm,
|
||||
org.osgi.service.http,
|
||||
org.slf4j
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB REST Documentation
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.io.rest.docs
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Import-Package:
|
||||
com.google.gson,
|
||||
com.google.gson.annotations,
|
||||
javax.servlet,
|
||||
javax.servlet.http,
|
||||
javax.ws.rs,
|
||||
javax.ws.rs.core,
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.eclipse.smarthome.io.rest,
|
||||
org.openhab.ui.dashboard,
|
||||
org.osgi.framework,
|
||||
org.osgi.service.cm,
|
||||
org.osgi.service.http,
|
||||
org.slf4j
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
@ -1,17 +1,20 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Sound Support
|
||||
Bundle-SymbolicName: org.openhab.io.sound
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Import-Package: org.apache.commons.collections,
|
||||
org.apache.commons.io,
|
||||
org.eclipse.smarthome.core.audio,
|
||||
org.eclipse.smarthome.core.common,
|
||||
org.slf4j
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Fragment-Host: org.eclipse.smarthome.io.javasound
|
||||
Bundle-ClassPath: lib/jl1.0.1.jar,
|
||||
.
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: openHAB
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath:
|
||||
lib/jl1.0.1.jar,
|
||||
.
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Sound Support
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.io.sound
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Fragment-Host: org.eclipse.smarthome.io.javasound
|
||||
Import-Package:
|
||||
org.apache.commons.collections,
|
||||
org.apache.commons.io,
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.eclipse.smarthome.core.audio,
|
||||
org.eclipse.smarthome.core.common,
|
||||
org.slf4j
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
@ -1,12 +1,16 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Basic UI Fragment
|
||||
Bundle-SymbolicName: org.openhab.ui.basicui
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Fragment-Host: org.eclipse.smarthome.ui.basic
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ClassPath: patch/,.
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Import-Package: org.openhab.ui.dashboard
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath:
|
||||
patch/,
|
||||
.
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Basic UI Fragment
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.ui.basicui
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Fragment-Host: org.eclipse.smarthome.ui.basic
|
||||
Import-Package:
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.openhab.ui.dashboard
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
@ -1,12 +1,16 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Classic UI Fragment
|
||||
Bundle-SymbolicName: org.openhab.ui.classicui
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Fragment-Host: org.eclipse.smarthome.ui.classic
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ClassPath: patch/,.
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Import-Package: org.openhab.ui.dashboard
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath:
|
||||
patch/,
|
||||
.
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Classic UI Fragment
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.ui.classicui
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Fragment-Host: org.eclipse.smarthome.ui.classic
|
||||
Import-Package:
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.openhab.ui.dashboard
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
@ -1,21 +1,23 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Dashboard UI
|
||||
Bundle-SymbolicName: org.openhab.ui.dashboard
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Import-Package: javax.servlet,
|
||||
javax.servlet.http,
|
||||
org.apache.commons.io,
|
||||
org.eclipse.smarthome.core.net,
|
||||
org.openhab.core,
|
||||
org.osgi.framework,
|
||||
org.osgi.service.cm,
|
||||
org.osgi.service.component,
|
||||
org.osgi.service.component.annotations;resolution:=optional,
|
||||
org.osgi.service.http,
|
||||
org.slf4j
|
||||
Export-Package: org.openhab.ui.dashboard
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Dashboard UI
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.ui.dashboard
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Export-Package: org.openhab.ui.dashboard
|
||||
Import-Package:
|
||||
javax.servlet,
|
||||
javax.servlet.http,
|
||||
org.apache.commons.io,
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.eclipse.smarthome.core.net,
|
||||
org.openhab.core,
|
||||
org.osgi.framework,
|
||||
org.osgi.service.cm,
|
||||
org.osgi.service.component,
|
||||
org.osgi.service.component.annotations;resolution:=optional,
|
||||
org.osgi.service.http,
|
||||
org.slf4j
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
@ -1,13 +1,16 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Paper UI Theme Fragment
|
||||
Bundle-SymbolicName: org.openhab.ui.paperui
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Fragment-Host: org.eclipse.smarthome.ui.paper
|
||||
Bundle-ClassPath: patch/,.
|
||||
Import-Package: org.openhab.ui.dashboard
|
||||
Bundle-Vendor: openHAB
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath:
|
||||
patch/,
|
||||
.
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Paper UI Theme Fragment
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-SymbolicName: org.openhab.ui.paperui
|
||||
Bundle-Vendor: openHAB
|
||||
Bundle-Version: 2.2.0.qualifier
|
||||
Fragment-Host: org.eclipse.smarthome.ui.paper
|
||||
Import-Package:
|
||||
org.eclipse.jdt.annotation;resolution:=optional,
|
||||
org.openhab.ui.dashboard
|
||||
Service-Component: OSGI-INF/*.xml
|
||||
|
Loading…
Reference in New Issue
Block a user