Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 844664044bbbf688f1cb2ef73a79051e849a2cd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension-point id="viewerSearcher" name="viewerSearcher" schema="schema/viewerSearcher.exsd"/>
   <extension
         point="org.eclipse.papyrus.infra.core.service">
      <service
            classname="org.eclipse.papyrus.infra.services.viewersearch.impl.ViewerSearchService"
            id="viewerSearchService"
            priority="1"
            startKind="lazy">
      </service>
   </extension>

</plugin>

Back to the top