Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml')
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml
deleted file mode 100644
index e303dab1955..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
- <extension
- point="org.eclipse.papyrus.layout">
- <client
- editor="org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor"
- interface="org.eclipse.papyrus.layout.subeditor.gmf.GMFSubEditor"
- interfaceLayoutArea="org.eclipse.papyrus.layout.subeditor.gmf.GMFLayoutAreaCreator">
- </client>
- </extension>
-
-</plugin>

Back to the top