removed lazy bundle activation to avoid circular dependencies (#59)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/60/head
Kai Kreuzer 2016-08-30 15:26:37 +02:00 committed by GitHub
parent a819b25ff5
commit 74550d6528
2 changed files with 1 additions and 2 deletions

View File

@ -105,4 +105,3 @@ Bundle-ClassPath: lib/jl1.0.1.jar,
lib/jackson-core-asl-1.9.2.jar,
lib/jackson-mapper-asl-1.9.2.jar
Service-Component: OSGI-INF/*.xml
Bundle-ActivationPolicy: lazy

View File

@ -9,7 +9,7 @@
http://www.eclipse.org/legal/epl-v10.html
-->
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.action.audio">
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="false" name="org.openhab.action.audio">
<implementation class="org.openhab.io.multimedia.actions.AudioActionService"/>
<reference bind="setVoiceManager" cardinality="1..1" interface="org.eclipse.smarthome.core.voice.VoiceManager" name="VoiceManager" policy="static" unbind="unsetVoiceManager"/>
<service>