Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a1086d426c78f1ab3b8ecf3a9fec1cc7f7327aa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.infra.core.service">
      <service
            classname="org.eclipse.papyrus.uml.services.decoration.UMLDecorationService"
            id="org.eclipse.papyrus.infra.services.decoration.DecorationService"
            priority="2"
            startKind="lazy"
            useClassTypeAsKey="true">
      </service>
   </extension>
</plugin>

Back to the top