Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/OSGI-INF/services/workbenchmodelcf.xml')
-rw-r--r--experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/OSGI-INF/services/workbenchmodelcf.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/OSGI-INF/services/workbenchmodelcf.xml b/experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/OSGI-INF/services/workbenchmodelcf.xml
new file mode 100644
index 000000000..16717f30e
--- /dev/null
+++ b/experimental/compensator/org.eclipse.fx.code.compensator.editor.contrib/OSGI-INF/services/workbenchmodelcf.xml
@@ -0,0 +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.code.compensator.editor.contrib.workbenchmodel">
+ <implementation class="org.eclipse.fx.code.compensator.editor.contrib.WorkbenchModelContextFunction"/>
+ <service>
+ <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
+ </service>
+ <property name="service.context.key" type="String" value="org.eclipse.fx.code.compensator.model.workbench.Workbench"/>
+</scr:component>

Back to the top