Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.editor/plugin.xml')
-rw-r--r--tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.editor/plugin.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.editor/plugin.xml b/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.editor/plugin.xml
new file mode 100644
index 00000000000..1fe97310fb7
--- /dev/null
+++ b/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.editor/plugin.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ <copyright>
+ </copyright>
+
+ $Id$
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.ui.newWizards">
+ <category
+ id="org.eclipse.emf.ecore.Wizard.category.ID"
+ name="%_UI_Wizard_category"/>
+ <wizard
+ id="org.eclipse.papyrus.extendedtypes.uml.applystereotypeactionconfiguration.presentation.ApplyStereotypeActionConfigurationModelWizardID"
+ name="%_UI_ApplyStereotypeActionConfigurationModelWizard_label"
+ class="org.eclipse.papyrus.extendedtypes.uml.applystereotypeactionconfiguration.presentation.ApplyStereotypeActionConfigurationModelWizard"
+ category="org.eclipse.emf.ecore.Wizard.category.ID"
+ icon="icons/full/obj16/ApplyStereotypeActionConfigurationModelFile.gif">
+ <description>%_UI_ApplyStereotypeActionConfigurationModelWizard_description</description>
+ <selection class="org.eclipse.core.resources.IResource"/>
+ </wizard>
+ </extension>
+
+ <extension point="org.eclipse.ui.editors">
+ <editor
+ id="org.eclipse.papyrus.extendedtypes.uml.applystereotypeactionconfiguration.presentation.ApplyStereotypeActionConfigurationEditorID"
+ name="%_UI_ApplyStereotypeActionConfigurationEditor_label"
+ icon="icons/full/obj16/ApplyStereotypeActionConfigurationModelFile.gif"
+ extensions="applystereotypeactionconfiguration"
+ class="org.eclipse.papyrus.extendedtypes.uml.applystereotypeactionconfiguration.presentation.ApplyStereotypeActionConfigurationEditor"
+ contributorClass="org.eclipse.papyrus.extendedtypes.uml.applystereotypeactionconfiguration.presentation.ApplyStereotypeActionConfigurationActionBarContributor">
+ </editor>
+ </extension>
+
+</plugin>

Back to the top