Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEtienne Allogo2021-04-13 08:55:37 +0000
committerVincent Lorenzo2021-05-25 08:58:25 +0000
commit4370eaa4fb716149583d8d3c08aa335f24808dbb (patch)
treeeb10be10d55bc98d45ff09f4ffec0692a84d9e88 /plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui.dashboard/plugin.xml
parentb9f2662b9f2efb81b9401e1787eab92239e0dd24 (diff)
downloadorg.eclipse.papyrus-origin/bugs/569174-GMFToolingIntegration.tar.gz
org.eclipse.papyrus-origin/bugs/569174-GMFToolingIntegration.tar.xz
org.eclipse.papyrus-origin/bugs/569174-GMFToolingIntegration.zip
Bug 569174 - [Toolsmiths] Papyrus integration of GMF Toolingorigin/bugs/569174-GMFToolingIntegration
[L1.1] Acceptance - Integration of the gmf tooling plugin in papyrus - Dependencies to xpand and qvto removed - Obsolete plugins (graphdef /bridge, etc.) /external 'x-friends' removed - Prohibited 're-export' removed + fix dependencies - o.e.p.gmf.tooling.feature merged into o.e.p.diagramgen.feature Signed-off-by: Etienne Allogo <etienne.allogo@artal.fr> Change-Id: I93fd6980447d586728e31395d0637b278dcd62cf
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