Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-05-23 21:09:34 +0000
committerTom Schindl2013-05-23 21:09:34 +0000
commit074f466ff5c34809122198d18fdb885b55703668 (patch)
treee58b4bedabe9cae4f8b901cc2a4d85d031b1f83d /bundles/runtime/org.eclipse.fx.ui.di
parentfe13020cc3fcf64b8e1d4212168658e1aaa00bf7 (diff)
downloadorg.eclipse.efxclipse-074f466ff5c34809122198d18fdb885b55703668.tar.gz
org.eclipse.efxclipse-074f466ff5c34809122198d18fdb885b55703668.tar.xz
org.eclipse.efxclipse-074f466ff5c34809122198d18fdb885b55703668.zip
fixed FQN to supplier
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.ui.di')
-rwxr-xr-xbundles/runtime/org.eclipse.fx.ui.di/OSGI-INF/fxmlsupplier.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.di/OSGI-INF/fxmlsupplier.xml b/bundles/runtime/org.eclipse.fx.ui.di/OSGI-INF/fxmlsupplier.xml
index 3a3a623b5..df946c381 100755
--- a/bundles/runtime/org.eclipse.fx.ui.di/OSGI-INF/fxmlsupplier.xml
+++ b/bundles/runtime/org.eclipse.fx.ui.di/OSGI-INF/fxmlsupplier.xml
@@ -1,8 +1,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.di.internal.FXMLLoaderSupplier"/>
+ <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.di.FXMLLoader"/>
+ <property name="dependency.injection.annotation" type="String" value="org.eclipse.fx.ui.di.FXMLLoader"/>
</scr:component>

Back to the top