Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-11-04 15:25:26 +0000
committerCamille Letavernier2014-11-04 15:25:26 +0000
commitf8a0549609b4b0c149bd8b6a9a76fbde61afbc98 (patch)
tree6b25d0b6b632e1fdffc4d3637d128b884608bcc1 /plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml
parent5fb9f39b4d50f0d6634abc4a0d3d5a61f6be781d (diff)
downloadorg.eclipse.papyrus-f8a0549609b4b0c149bd8b6a9a76fbde61afbc98.tar.gz
org.eclipse.papyrus-f8a0549609b4b0c149bd8b6a9a76fbde61afbc98.tar.xz
org.eclipse.papyrus-f8a0549609b4b0c149bd8b6a9a76fbde61afbc98.zip
351804: [EMF Embedded Editor] Papyrus shall provide an embedded EMF
Editor https://bugs.eclipse.org/bugs/show_bug.cgi?id=351804 - Update the generic/customizable Papyrus Tree Editor to use the latest New Child component - Fix various issues to let the UML Properties view work with the Customizable Papyrus Tree Editor
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