All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.propery-publisher-factory.xml Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="property-publisher-factory">
   <implementation class="org.daisy.common.properties.PropertyPublisherFactory"/>
   <service>
      <provide interface="org.daisy.common.properties.PropertyPublisherFactory"/>
   </service>   
   <reference name="property-tracker" interface="org.daisy.common.properties.PropertyTracker"  bind="setTracker" cardinality="1..1" policy="static"/> 

</scr:component>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy