Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml
index c8ada8cb3d6..6177adecda8 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/plugin.xml
@@ -20,12 +20,12 @@
<extension point="org.eclipse.ui.editors">
<editor
- id="org.eclipse.emf.facet.efacet.presentation.EFacetEditorID"
+ id="org.eclipse.papyrus.emf.facet.efacet.presentation.EFacetEditorID"
name="%_UI_EFacetEditor_label"
icon="icons/full/obj16/EFacetModelFile.gif"
extensions="efacet"
- class="org.eclipse.emf.facet.efacet.presentation.EFacetEditor"
- contributorClass="org.eclipse.emf.facet.efacet.presentation.EFacetActionBarContributor">
+ class="org.eclipse.papyrus.emf.facet.efacet.presentation.EFacetEditor"
+ contributorClass="org.eclipse.papyrus.emf.facet.efacet.presentation.EFacetActionBarContributor">
</editor>
</extension>

Back to the top