blob: 610275651fabbf8cc797ec6edfbc70d023bc398d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.e4.core.internal.services.TranslationObjectSupplier">
<property name="dependency.injection.annotation" type="String" value="org.eclipse.e4.core.services.nls.Translation"/>
<property name="event.topics" value="org/eclipse/e4/core/contexts/IEclipseContext/DISPOSE"/>
<service>
<provide interface="org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier"/>
<provide interface="org.osgi.service.event.EventHandler"/>
</service>
<implementation class="org.eclipse.e4.core.internal.services.TranslationObjectSupplier"/>
</scr:component>