Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-04-24 09:11:08 +0000
committerTom Schindl2015-04-24 09:11:08 +0000
commit429cd56f1c3ccc6c7efb872850208c9f347ce1d6 (patch)
tree3c5e5f8ad07a70d86be2143f549a706e01505ff9 /bundles
parentc0f3cb2b3642e5a75fbed6de79289bf93951f16d (diff)
downloadorg.eclipse.efxclipse-429cd56f1c3ccc6c7efb872850208c9f347ce1d6.tar.gz
org.eclipse.efxclipse-429cd56f1c3ccc6c7efb872850208c9f347ce1d6.tar.xz
org.eclipse.efxclipse-429cd56f1c3ccc6c7efb872850208c9f347ce1d6.zip
Bug 465387 - [API-Break] UISynchronizeImpl should be contributed as an
OSGi-Service
Diffstat (limited to 'bundles')
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.workbench.fx/OSGI-INF/services/org.eclipse.fx.ui.workbench.fx.internal.UISynchronizeImpl.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.workbench.fx/OSGI-INF/services/org.eclipse.fx.ui.workbench.fx.internal.UISynchronizeImpl.xml b/bundles/runtime/org.eclipse.fx.ui.workbench.fx/OSGI-INF/services/org.eclipse.fx.ui.workbench.fx.internal.UISynchronizeImpl.xml
new file mode 100644
index 000000000..cd67a5f73
--- /dev/null
+++ b/bundles/runtime/org.eclipse.fx.ui.workbench.fx/OSGI-INF/services/org.eclipse.fx.ui.workbench.fx.internal.UISynchronizeImpl.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.2.0" name="org.eclipse.fx.ui.workbench.fx.internal.UISynchronizeImpl">
+ <implementation class="org.eclipse.fx.ui.workbench.fx.internal.UISynchronizeImpl"/>
+ <service>
+ <provide interface="org.eclipse.fx.ui.services.sync.UISynchronize"/>
+ <provide interface="org.eclipse.e4.ui.di.UISynchronize"/>
+ <provide interface="org.eclipse.fx.core.ThreadSynchronize"/>
+ </service>
+ <reference bind="setLoggerFactory" cardinality="1..1" interface="org.eclipse.fx.core.log.LoggerFactory" name="LoggerFactory" policy="dynamic" policy-option="greedy"/>
+</scr:component> \ No newline at end of file

Back to the top