blob: 7cf23f5e67a012e46b7ee64f41aee3bbada31403 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" enabled="false" name="org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceA">
<service>
<provide interface="org.eclipse.e4.core.internal.tests.contexts.inject.TestService"/>
<provide interface="org.eclipse.e4.core.internal.tests.contexts.inject.TestOtherService"/>
</service>
<implementation class="org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceA"/>
</scr:component>