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 /extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui
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 'extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui')
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.properties4
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.properties b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.properties
index e2fa2b2c4c5..f15defc9fd9 100644
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.properties
+++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.properties
@@ -1,5 +1,5 @@
#Properties file for org.eclipse.papyrus.soaml.diagram.ui
Bundle-Provider = Eclipse Modeling Project
Bundle-Name = SoaML wizard
-wizardModel=papyrus SoaML Model
-wizardProject=papyrus SoaML Project \ No newline at end of file
+wizardModel=Papyrus SoaML Model
+wizardProject=Papyrus SoaML Project \ No newline at end of file
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.xml
index 144980f4311..75e221a15f0 100644
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.xml
+++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/plugin.xml
@@ -3,9 +3,10 @@
<plugin>
<extension
point="org.eclipse.ui.newWizards">
+ <!-- @generated NOT -->
<wizard
canFinishEarly="false"
- category="org.eclipse.papyrus.wizards.category"
+ category="org.eclipse.papyrus.wizards.category/org.eclipse.papyrus.wizards.components.category"
class="org.eclipse.papyrus.soaml.diagram.ui.NewSoamlModelWizard"
finalPerspective="org.eclipse.papyrus.infra.core.perspective"
icon="icons/soaml16x16.png"

Back to the top