Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/plugin.xml')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/plugin.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/plugin.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/plugin.xml
index f1673ab4e63..f851808ece4 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/plugin.xml
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/plugin.xml
@@ -10,6 +10,26 @@
id="robotML"
label="RobotML">
</diagramCategory>
+ <editorDiagram
+ actionBarContributorId="org.eclipse.papyrus.uml.diagram.common.part.UMLDiagramActionBarContributor"
+ factoryClass="org.eclipse.papyrus.robotml.diagram.common.factory.RobotMLArchitecture2CompositeDiagramFactory"
+ icon="icons/robotml_16x16.png">
+ </editorDiagram>
+ <editorDiagram
+ actionBarContributorId="org.eclipse.papyrus.uml.diagram.common.part.UMLDiagramActionBarContributor"
+ factoryClass="org.eclipse.papyrus.robotml.diagram.common.factory.RobotMLComponent2CompositeDiagramFactory"
+ icon="icons/robotml_16x16.png">
+ </editorDiagram>
+ <editorDiagram
+ actionBarContributorId="org.eclipse.papyrus.uml.diagram.common.part.UMLDiagramActionBarContributor"
+ factoryClass="org.eclipse.papyrus.robotml.diagram.common.factory.RobotMLDatatype2ClassDiagramFactory"
+ icon="icons/robotml_16x16.png">
+ </editorDiagram>
+ <editorDiagram
+ actionBarContributorId="org.eclipse.papyrus.uml.diagram.common.part.UMLDiagramActionBarContributor"
+ factoryClass="org.eclipse.papyrus.robotml.diagram.common.factory.RobotMLInterface2ClassDiagramFactory"
+ icon="icons/robotml_16x16.png">
+ </editorDiagram>
</extension>
<extension
point="org.eclipse.core.expressions.definitions">
@@ -141,4 +161,31 @@
<Priority name="Low"/>
</editpolicyProvider>
</extension>
+<extension
+ point="org.eclipse.papyrus.infra.gmfdiag.common.diagramReconciler">
+ <diagramReconciler
+ diagramType="componentdef"
+ reconcilerClass="org.eclipse.papyrus.robotml.diagram.common.migration.RobotMLReconciler"
+ source="0.9.0"
+ target="1.0.0">
+ </diagramReconciler>
+ <diagramReconciler
+ diagramType="DatatypeDef"
+ reconcilerClass="org.eclipse.papyrus.robotml.diagram.common.migration.RobotMLReconciler"
+ source="0.9.0"
+ target="1.0.0">
+ </diagramReconciler>
+ <diagramReconciler
+ diagramType="architecture"
+ reconcilerClass="org.eclipse.papyrus.robotml.diagram.common.migration.RobotMLReconciler"
+ source="0.9.0"
+ target="1.0.0">
+ </diagramReconciler>
+ <diagramReconciler
+ diagramType="InterfaceDef"
+ reconcilerClass="org.eclipse.papyrus.robotml.diagram.common.migration.RobotMLReconciler"
+ source="0.9.0"
+ target="1.0.0">
+ </diagramReconciler>
+</extension>
</plugin>

Back to the top