Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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