removed lazy bundle activation to avoid circular dependencies (#59)
Signed-off-by: Kai Kreuzer <kai@openhab.org>pull/60/head
parent
a819b25ff5
commit
74550d6528
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue