Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b8b515f2c62553dba88c1ee6ee03fe9aefab9ba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>

<plugin>
   <extension point="org.eclipse.emf.facet.infra.query.registration">
      <modelqueryset file="resources/uml_stereotype_queries.querySet"/>
   </extension>
   <extension
         point="org.eclipse.emf.transaction.listeners">
      <listener
            class="org.eclipse.papyrus.uml.profilefacet.listener.ReapplyProfileTriggerListener">
      </listener>
   </extension>
       <extension
         point="org.eclipse.gmf.runtime.emf.type.core.elementTypes">
      <metamodel
            nsURI="http://www.eclipse.org/Papyrus/Table/0.8.0/papyrustableinstance">
         <adviceBinding
               class="org.eclipse.papyrus.uml.profilefacet.advice.DeleteProfileFacetSetAdvice"
               id="org.eclipse.papyrus.uml.profilefacet.advice.DeleteProfileFacetSetAdvice"
               inheritance="all"
               typeId="*">
         </adviceBinding>
      </metamodel>
   </extension>
   <extension
         point="org.eclipse.gmf.runtime.emf.type.core.elementTypeBindings">
      <binding
            context="org.eclipse.papyrus.infra.services.edit.TypeContext">
         <elementType
               ref="org.eclipse.papyrus.uml.profilefacet.advice.DeleteProfileFacetSetAdvice">
         </elementType>
      </binding>
   </extension>
   <extension
         point="org.eclipse.papyrus.infra.services.controlmode.participant">
      <participant
            class="org.eclipse.papyrus.uml.profilefacet.controlmode.ProfileFacetSetControlParticipant">
      </participant>
   </extension>
</plugin>

Back to the top