Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2015-07-30 14:04:59 +0000
committerFrancois Le Fevre2016-08-31 06:45:44 +0000
commit54b12e645d111ca4f66fef2c512ac53ecfbfc0eb (patch)
treec3b521e84d506bfb2e162e7ba0ffacdef54c35e4 /plugins/developer/org.eclipse.papyrus.infra.emf.commandstack
parent054cc4f68d2cef4d1fb1cb9aaf92a0df6db64f47 (diff)
downloadorg.eclipse.papyrus-54b12e645d111ca4f66fef2c512ac53ecfbfc0eb.tar.gz
org.eclipse.papyrus-54b12e645d111ca4f66fef2c512ac53ecfbfc0eb.tar.xz
org.eclipse.papyrus-54b12e645d111ca4f66fef2c512ac53ecfbfc0eb.zip
Bug 473910 - [update site]: localize the developer tools inside the
Papyrus dev menu - externalize some plugin.xml string - linked plugins to the Papyrus Dev Change-Id: I54b37191581ff82f8cb87bd7dd1c3212077145b6 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.infra.emf.commandstack')
-rw-r--r--plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.properties1
-rw-r--r--plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.properties b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.properties
index 04e571f6f13..8df55819150 100644
--- a/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.properties
+++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.properties
@@ -2,3 +2,4 @@
providerName = Eclipse Modeling Project
pluginName = A View for the commandstack
view.name = CommandStack
+category.name = Papyrus Dev
diff --git a/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml
index 2a1e8e4a703..5725f359be0 100644
--- a/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml
+++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml
@@ -11,6 +11,11 @@
name="%view.name"
restorable="true">
</view>
+ <category
+ id="org.eclipse.papyrus.dev.views.category"
+ name="%category.name"
+ parentCategory="org.eclipse.papyrus.views.category">
+ </category>
</extension>
</plugin>

Back to the top