Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-07-10 16:38:47 +0000
committerTom Schindl2013-07-10 16:38:47 +0000
commit366a3a6c6423c8edd6903ad03c6fd28560f7355d (patch)
tree368ad41eb1887c3ae0ffcc899e5a322e6505306a /bundles/runtime/org.eclipse.fx.ui.lifecycle/OSGI-INF/component.xml
parentb8a74442c5fb0a62d04722cb9164299fa4445af2 (diff)
downloadorg.eclipse.efxclipse-366a3a6c6423c8edd6903ad03c6fd28560f7355d.tar.gz
org.eclipse.efxclipse-366a3a6c6423c8edd6903ad03c6fd28560f7355d.tar.xz
org.eclipse.efxclipse-366a3a6c6423c8edd6903ad03c6fd28560f7355d.zip
Bug 410172 - [e4] add general lifecycle support for model elements
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.ui.lifecycle/OSGI-INF/component.xml')
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.lifecycle/OSGI-INF/component.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.lifecycle/OSGI-INF/component.xml b/bundles/runtime/org.eclipse.fx.ui.lifecycle/OSGI-INF/component.xml
index 75e44abbf..86219f015 100644
--- a/bundles/runtime/org.eclipse.fx.ui.lifecycle/OSGI-INF/component.xml
+++ b/bundles/runtime/org.eclipse.fx.ui.lifecycle/OSGI-INF/component.xml
@@ -1,6 +1,6 @@
<?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.lifecycle">
- <implementation class="org.eclipse.fx.ui.internal.lifecycle.LifecycleCF"/>
+ <implementation class="org.eclipse.fx.ui.internal.lifecycle.LifecycleContextFunction"/>
<service>
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>

Back to the top