Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml')
-rw-r--r--plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml5
1 files changed, 2 insertions, 3 deletions
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 5725f359be0..b31f2ce7572 100644
--- a/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml
+++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/plugin.xml
@@ -4,7 +4,7 @@
<extension
point="org.eclipse.ui.views">
<view
- category="org.eclipse.papyrus.views.category"
+ category="org.eclipse.papyrus.dev.views.category"
class="org.eclipse.papyrus.infra.emf.commandstack.view.CommandStackView"
icon="icons/stack.gif"
id="org.eclipse.papyrus.command.view.commandstackview"
@@ -13,8 +13,7 @@
</view>
<category
id="org.eclipse.papyrus.dev.views.category"
- name="%category.name"
- parentCategory="org.eclipse.papyrus.views.category">
+ name="%category.name" >
</category>
</extension>

Back to the top