Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre GAUTIER2017-09-14 08:32:14 +0000
committerPatrick Tessier2017-10-11 11:43:15 +0000
commitdb06a6b059c8f86563ff81dfee18df2ad615c313 (patch)
treeb5918eabb7b3bfcdddd6e2cca687f62b67b92a19 /plugins/facet
parentcf958fe73bc88058e396cecab83fc74b22ad4ca8 (diff)
downloadorg.eclipse.papyrus-db06a6b059c8f86563ff81dfee18df2ad615c313.tar.gz
org.eclipse.papyrus-db06a6b059c8f86563ff81dfee18df2ad615c313.tar.xz
org.eclipse.papyrus-db06a6b059c8f86563ff81dfee18df2ad615c313.zip
Bug 521572 - [General] Various cleanups
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 fix schema file path in plugin.xml Change-Id: Iccec76bbf37461fae51d803223809512219fbc9d Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
Diffstat (limited to 'plugins/facet')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/plugin.xml
index 95cd93807bb..f0bc35fc9ad 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/plugin.xml
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/plugin.xml
@@ -20,7 +20,7 @@
-->
<plugin>
- <extension-point id="org.eclipse.papyrus.emf.facet.efacet.core.query.evaluatorregistration" name="%queryEvaluatorRegistration.extension-point.name" schema="schema/org.eclipse.papyrus.emf.facet.efacet.core.query.evaluatorregistration.exsd"/>
+ <extension-point id="org.eclipse.papyrus.emf.facet.efacet.core.query.evaluatorregistration" name="%queryEvaluatorRegistration.extension-point.name" schema="schema/org.eclipse.emf.facet.efacet.core.query.evaluatorregistration.exsd"/>
<extension-point id="derivedTypedElementImplementationRegistration" name="%derivedTypedElementImplementationRegistration.extension-point.name" schema="schema/derivedTypedElementImplementationRegistration.exsd"/>
<extension-point id="queryImplementationRegistration" name="EMF Facet Query implementation registration" schema="schema/queryImplementationRegistration.exsd"/>
<extension-point id="org.eclipse.papyrus.emf.facet.efacet.core.internal.resolver" name="Resolver" schema="schema/internal.resolver.exsd"/>

Back to the top