Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2019-01-29 11:41:48 +0000
committerJuergen Haug2019-01-29 11:41:48 +0000
commit1e45434da9cc2b6a713a403153e090dfb611ca68 (patch)
tree9c426382be635c7b8895ff0176e3f044627468f8 /plugins/org.eclipse.etrice.ui.structure
parentf81132ac97727eb3f8acf796cec7a29f75b0b5cd (diff)
downloadorg.eclipse.etrice-1e45434da9cc2b6a713a403153e090dfb611ca68.tar.gz
org.eclipse.etrice-1e45434da9cc2b6a713a403153e090dfb611ca68.tar.xz
org.eclipse.etrice-1e45434da9cc2b6a713a403153e090dfb611ca68.zip
Bug 541030 - [diagrams] Add action Open in Model
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.structure')
-rw-r--r--plugins/org.eclipse.etrice.ui.structure/plugin.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/org.eclipse.etrice.ui.structure/plugin.xml b/plugins/org.eclipse.etrice.ui.structure/plugin.xml
index af3481408..6421078d3 100644
--- a/plugins/org.eclipse.etrice.ui.structure/plugin.xml
+++ b/plugins/org.eclipse.etrice.ui.structure/plugin.xml
@@ -68,13 +68,5 @@
editor_id="org.eclipse.etrice.ui.structure.editor.StructureEditor">
</participant>
</extension>
- <extension
- point="org.eclipse.ui.contexts">
- <context
- id="org.eclipse.etrice.ui.structure.editor.structureEditor"
- name="ROOM Structure Editor"
- parentId="org.eclipse.graphiti.ui.diagramEditor">
- </context>
- </extension>
</plugin>

Back to the top