Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.wizards/plugin.xml')
-rw-r--r--plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.wizards/plugin.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.wizards/plugin.xml b/plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.wizards/plugin.xml
index f5cb856a8..83ce59f9c 100644
--- a/plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.wizards/plugin.xml
+++ b/plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.wizards/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
- <extension point="org.eclipse.papyrus.infra.core.papyrusDiagram">
+ <extension point="org.eclipse.papyrus.infra.ui.papyrusDiagram">
<diagramCategory
class="org.eclipse.papyrusrt.umlrt.tooling.wizards.ui.CreateUMLRTModelCommand"
description="UML-RT diagrams"
@@ -21,15 +21,6 @@
name="An empty UML RealTime model"
notation_file="resources/templates/rt-template.notation">
</template>
- <template
- di_file="resources/templates/rt-templateWithStateMachineProfileApplied.di"
- file="resources/templates/rt-templateWithStateMachineProfileApplied.uml"
- id="org.eclipse.papyrusrt.umlrt.tooling.wizards.templateWithStateMachine"
- isDefault="false"
- language="uml"
- name="UML RealTime model With Optional StateMachine profile applied"
- notation_file="resources/templates/rt-templateWithStateMachineProfileApplied.notation">
- </template>
</extension>
</plugin>

Back to the top