Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.xml')
-rw-r--r--plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.xml b/plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.xml
new file mode 100644
index 00000000000..2a1e8e4a703
--- /dev/null
+++ b/plugins/developer/org.eclipse.papyrus.emf.commandstack/plugin.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.ui.views">
+ <view
+ category="org.eclipse.papyrus.views.category"
+ class="org.eclipse.papyrus.infra.emf.commandstack.view.CommandStackView"
+ icon="icons/stack.gif"
+ id="org.eclipse.papyrus.command.view.commandstackview"
+ name="%view.name"
+ restorable="true">
+ </view>
+ </extension>
+
+</plugin>

Back to the top