Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/plugin.xml')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/plugin.xml
index 98f593878c1..2d14f1bfdbf 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/plugin.xml
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/plugin.xml
@@ -20,7 +20,7 @@
</queryEvaluatorRegistration>
</extension>
- <extension point="org.eclipse.emf.facet.efacet.core.queryImplementationRegistration">
+ <extension point="org.eclipse.papyrus.emf.facet.efacet.core.queryImplementationRegistration">
<queryImplementationRegistration class="org.eclipse.emf.facet.query.java.core.internal.evaluator.JavaQueryImplementationFactory"/>
</extension>
</plugin>

Back to the top