Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2013-07-01 13:52:36 +0000
committerptessier2013-07-01 13:52:36 +0000
commit7dfc5613fd3dd909f66b09d74ef67a7cd3b148c4 (patch)
tree7027d3dcd1b28f9773869e439153c883a6db667a /extraplugins
parent2f797d0d1b3a379c60e1588e066e3b249f03036e (diff)
downloadorg.eclipse.papyrus-7dfc5613fd3dd909f66b09d74ef67a7cd3b148c4.tar.gz
org.eclipse.papyrus-7dfc5613fd3dd909f66b09d74ef67a7cd3b148c4.tar.xz
org.eclipse.papyrus-7dfc5613fd3dd909f66b09d74ef67a7cd3b148c4.zip
411886: [Specialization] Adapt Papyrus to create Metamodel
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411886 remove interface from the palette
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/plugin.xml b/extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/plugin.xml
index d34f2695ac8..491033f68f6 100644
--- a/extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/plugin.xml
+++ b/extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/plugin.xml
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
+ <extension point="org.eclipse.ui.contexts" id="ui-context">
+ <?gmfgen generated="true"?>
+ <context
+ description="%context.description"
+ id="org.eclipse.papyrus.uml.diagram.domain.part.DomainDiagramEditorID"
+ name="%context.name"
+ parentId="org.eclipse.gmf.runtime.diagram.ui.diagramContext">
+ </context>
+ </extension>
<!-- Diagram declaration -->
<extension point="org.eclipse.papyrus.infra.core.papyrusDiagram">

Back to the top