Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/services')
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/plugin.xml b/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/plugin.xml
index 844664044bb..11117160930 100644
--- a/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/plugin.xml
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/plugin.xml
@@ -4,12 +4,19 @@
<extension-point id="viewerSearcher" name="viewerSearcher" schema="schema/viewerSearcher.exsd"/>
<extension
point="org.eclipse.papyrus.infra.core.service">
+ <!-- Invalid ID; still preserved for backwards compatibility, just in case -->
<service
classname="org.eclipse.papyrus.infra.services.viewersearch.impl.ViewerSearchService"
id="viewerSearchService"
priority="1"
startKind="lazy">
</service>
+ <service
+ classname="org.eclipse.papyrus.infra.services.viewersearch.impl.ViewerSearchService"
+ id="org.eclipse.papyrus.infra.services.viewersearch.impl.ViewerSearchService"
+ priority="1"
+ startKind="lazy">
+ </service>
</extension>
</plugin>

Back to the top