diff options
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml')
-rw-r--r-- | plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml index 35074e8c8f0..7bf1b6a5785 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml @@ -29,7 +29,7 @@ Contributors: </view>
</extension>
<extension
- point="org.eclipse.emf.facet.efacet.core.queryImplementationRegistration">
+ point="org.eclipse.papyrus.emf.facet.efacet.core.queryImplementationRegistration">
<queryImplementationRegistration
class="org.eclipse.emf.facet.custom.ui.internal.query.URIImageQueryImplementationFactory">
</queryImplementationRegistration>
|