Skip to main content
summaryrefslogtreecommitdiffstats
blob: a25fcdfb93aeb9527ed726e257da48835f84f660 (plain) (blame)
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" name="org.eclipse.e4.tools.services.translationsupplier">
   <implementation class="org.eclipse.e4.tools.services.impl.TranslationObjectSupplier"/>
   <service>
      <provide interface="org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier"/>
   </service>
   <property name="dependency.injection.annotation" type="String" value="org.eclipse.e4.tools.services.Translation"/>
</scr:component>

Back to the top