OSGI-INF.ManifestRegistry.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit4osgi-registry Show documentation
Show all versions of junit4osgi-registry Show documentation
This bundle registers different test registry as OSGi service.
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