Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-05-04 13:51:21 +0000
committervincent lorenzo2017-05-10 14:05:30 +0000
commitf5a02454e8f9a0f1c8aa2e7c5349e7f5d007f53b (patch)
tree4fee3a78b655d1ebe7f9aad166e845d953a8fbab /tests/framework/org.eclipse.papyrus.tests.framework.editor
parent303c20b20e42c96ae83185c22f226f28e56686cb (diff)
downloadorg.eclipse.papyrus-f5a02454e8f9a0f1c8aa2e7c5349e7f5d007f53b.tar.gz
org.eclipse.papyrus-f5a02454e8f9a0f1c8aa2e7c5349e7f5d007f53b.tar.xz
org.eclipse.papyrus-f5a02454e8f9a0f1c8aa2e7c5349e7f5d007f53b.zip
Bug 516177 - [Toolsmiths][userxp] group new File under two new folders
Actions -declaration of secundary category -migration of new element into category Tests -start runtime and check the presence of menu Change-Id: I17b94d34b2a6b105c907aea3a83b06b10a947a15 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'tests/framework/org.eclipse.papyrus.tests.framework.editor')
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.properties2
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.xml7
2 files changed, 2 insertions, 7 deletions
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.properties b/tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.properties
index aee0c7056cf..b0e78938b68 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.properties
+++ b/tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.properties
@@ -27,8 +27,6 @@ _UI_MultiObjectSelected = Selected {0} Objects
_UI_OpenEditorError_label = Open Editor
-_UI_Wizard_category = Example EMF Model Creation Wizards
-
_UI_CreateModelError_message = Problems encountered in file "{0}"
_UI_ExceptionsModelWizard_label = Exceptions Model
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.xml b/tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.xml
index 4dfd9dc2db1..d3b92baea12 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.xml
+++ b/tests/framework/org.eclipse.papyrus.tests.framework.editor/plugin.xml
@@ -16,15 +16,12 @@
<plugin>
<extension point="org.eclipse.ui.newWizards">
- <!-- @generated test-exceptions -->
- <category
- id="org.eclipse.emf.ecore.Wizard.category.ID"
- name="%_UI_Wizard_category"/>
+ <!-- @generated NOT test-exceptions -->
<wizard
id="org.eclipse.papyrus.tests.framework.exceptions.presentation.ExceptionsModelWizardID"
name="%_UI_ExceptionsModelWizard_label"
class="org.eclipse.papyrus.tests.framework.exceptions.presentation.ExceptionsModelWizard"
- category="org.eclipse.emf.ecore.Wizard.category.ID"
+ category="org.eclipse.papyrus.wizards.category/org.eclipse.papyrus.wizards.addons.category"
icon="icons/full/obj16/ExceptionsModelFile.gif">
<description>%_UI_ExceptionsModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>

Back to the top