Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1765dec8616a0459e44a0127c66c7c6102a9ad18 (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="org.eclipse.papyrus.infra.core.service">
      <serviceFactory
            classname="org.eclipse.papyrus.infra.services.localizer.util.DefaultObjectLocalizerFactory"
            description="A service that determines the correspondents of objects and resources from other resource sets in the local ModelSet."
            id="org.eclipse.papyrus.infra.services.localizer.IObjectLocalizer"
            priority="1"
            startKind="lazy">
      </serviceFactory>
   </extension>

</plugin>

Back to the top