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.graphdef.codegen.ui/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.graphdef.codegen.ui/plugin.xml')
-rw-r--r--plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/plugin.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/plugin.xml b/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/plugin.xml
deleted file mode 100644
index df4faee055a..00000000000
--- a/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.graphdef.codegen.ui/plugin.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<plugin>
- <extension point="org.eclipse.pde.ui.pluginContent">
- <wizard
- id="org.eclipse.papyrus.gmf.graphdef.codegen.ui.FigureConverter.NoUI"
- name="%wizard.name"
- icon="/icons/obj16/GMFGraphModelFile.gif"
- ui-content="false"
- requiresActivator="true"
- class="org.eclipse.papyrus.gmf.internal.graphdef.codegen.ui.FigureGeneratorWizard">
- <description>%wizard.description</description>
- </wizard>
- </extension>
- <extension
- id="gmf.graphdef.codegen.ui.menus"
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- adaptable="true"
- id="gmf.graphdef.codegen.ui.menus.modelFile"
- nameFilter="*.gmfgraph"
- objectClass="org.eclipse.core.resources.IFile">
- <action
- class="org.eclipse.papyrus.gmf.internal.graphdef.codegen.ui.GeneratePluginAction"
- enablesFor="+"
- id="gmf.graphdef.codegen.ui.generatePlugin"
- label="%generateAction.label"
- menubarPath="additions"/>
- </objectContribution>
- </extension>
-</plugin>

Back to the top