diff options
author | cletavernie | 2012-07-27 12:31:19 +0000 |
---|---|---|
committer | cletavernie | 2012-07-27 12:31:19 +0000 |
commit | 81a862147f0bc317f6f65ef155266f31bfa1f73f (patch) | |
tree | 2e8e6efeec4739fc64e08bbcd12417f52d6da7e6 /plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml | |
parent | d6a732a71c043fa4c6a3f2afdfd102c1fd5e2d77 (diff) | |
download | org.eclipse.papyrus-81a862147f0bc317f6f65ef155266f31bfa1f73f.tar.gz org.eclipse.papyrus-81a862147f0bc317f6f65ef155266f31bfa1f73f.tar.xz org.eclipse.papyrus-81a862147f0bc317f6f65ef155266f31bfa1f73f.zip |
386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118
- Improve the resolution of EObjects in EMFHelper, to be able to handle EMF Facet 0.2 encapsulated TreeElements
- Add a new Papyrus EMF Editor based on EMF Facet 0.2 (Extra plug-in). The previous editor, based en EMF Facet 0.1, is still available.
- New utility methods added in EMFHelper
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.xml | 11 |
1 files changed, 10 insertions, 1 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 4e5269bbe93..d2a34ed27c8 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 @@ -21,7 +21,16 @@ extensions="xmi"
icon="icons/papyrus_model.png"
id="org.eclipse.papyrus.emf.editor"
- name="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)">
</editor>
</extension>
|