Skip to main content
summaryrefslogtreecommitdiffstats
blob: df946c3813fc533e064ff74c7f3a82f9e09fa939 (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.fx.ui.di.fxmlsupplier">
   <implementation class="org.eclipse.fx.ui.di.internal.FXMLLoaderSupplier"/>
   <service>
      <provide interface="org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier"/>
   </service>
   <property name="dependency.injection.annotation" type="String" value="org.eclipse.fx.ui.di.FXMLLoader"/>
</scr:component>

Back to the top