Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/plugin.xml')
-rw-r--r--plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/plugin.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/plugin.xml b/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/plugin.xml
deleted file mode 100644
index 3153c2d5915..00000000000
--- a/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/plugin.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-
- <extension-point id="actions" name="Dashboard Actions" schema="schema/actions.exsd"/>
-
- <extension point = "org.eclipse.ui.views">
- <view
- id = "org.eclipse.papyrus.gmf.bridge.ui.dashboard.DashboardPart"
- name = "%view.name"
- category = "org.eclipse.ui"
- class = "org.eclipse.papyrus.gmf.internal.bridge.ui.dashboard.DashboardPart"
- icon = "icons/cview16/dashboard.gif" />
- </extension>
-
-</plugin>

Back to the top