Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: af1f339f5e1e7377d1c6cf96ad8b607e69e9055c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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.infra.services.decoration.DecorationService"
            priority="1"
            useClassTypeAsKey="true"
            startKind="lazy">
      </service>
   </extension>
   <extension-point id="decorationSpecificFunctions" name="decorationSpecificFunctions" schema="schema/decorationSpecificFunctions.exsd"/>
   <extension
         point="org.eclipse.papyrus.infra.services.markerlistener.markereventlistener">
      <listener
            class="org.eclipse.papyrus.infra.services.decoration.DecorationService">
      </listener>
   </extension>
</plugin>

Back to the top