Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml')
-rw-r--r--sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml b/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml
deleted file mode 100644
index b0a51014f86..00000000000
--- a/sandbox/org.eclipse.papyrus.emf.commandstack/plugin.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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.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