File: org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceA.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 (8 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
<?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>