File: org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceController.xml

package info (click to toggle)
eclipse-platform-runtime 4.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,220 kB
  • sloc: java: 49,587; xml: 1,421; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" name="org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceController">
   <service>
      <provide interface="org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceController"/>
   </service>
   <implementation class="org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceController"/>
</scr:component>