Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml')
-rw-r--r--plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml b/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml
index d2a34ed27c8..c8170edb38b 100644
--- a/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml
+++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml
@@ -18,19 +18,9 @@
class="org.eclipse.papyrus.infra.emf.editor.part.PapyrusEditor"
contributorClass="org.eclipse.papyrus.infra.emf.editor.part.ActionBarContributor"
default="false"
- extensions="xmi"
icon="icons/papyrus_model.png"
id="org.eclipse.papyrus.emf.editor"
- name="Papyrus EMF Editor (EMF Facet 0.1)">
- </editor>
- <editor
- class="org.eclipse.papyrus.infra.emf.editor.part.PapyrusEditor2"
- contributorClass="org.eclipse.papyrus.infra.emf.editor.part.ActionBarContributor"
- default="false"
- extensions="xmi"
- icon="icons/papyrus_model.png"
- id="org.eclipse.papyrus.emf.editor2"
- name="Papyrus EMF Editor (EMF Facet 0.2)">
+ name="Papyrus EMF Editor">
</editor>
</extension>

Back to the top