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

OSGI-INF.ManifestRegistry.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" immediate="false" name="ManifestRegistry">
   <implementation class="com.github.nfalco79.junit4osgi.registry.internal.ManifestRegistry"/>
   <service>
      <provide interface="com.github.nfalco79.junit4osgi.registry.spi.TestRegistry"/>
   </service>
   <property name="discovery" type="String" value="manifest"/>
   <reference bind="setLog" cardinality="1..1" interface="org.osgi.service.log.LogService" name="LogService" policy="static"/>
</scr:component>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy