Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 15db5378a1cf82e4da18cb0f78e65bb2024da1ca (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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.infra.gmfdiag.dnd.dropStrategy">
      <strategy
            strategy="org.eclipse.papyrus.uml.diagram.dnd.strategy.instancespecification.ClassifierToSlotsDropStrategy">
      </strategy>
      <strategy
            strategy="org.eclipse.papyrus.uml.diagram.dnd.strategy.classifier.ClassifierAsClassifierToStructureCompartmentDropStrategy">
      </strategy>
      <strategy
            strategy="org.eclipse.papyrus.uml.diagram.dnd.strategy.classifier.ClassifierAsPropertyToStructuredCompartmentDropStrategy">
      </strategy>
      <strategy
            strategy="org.eclipse.papyrus.uml.diagram.dnd.lifeline.ClassifierToLifelineDropStrategy">
      </strategy>
      <strategy
            strategy="org.eclipse.papyrus.uml.diagram.dnd.lifeline.ClassifierToInteractionDropStrategy">
      </strategy>
       <strategy
            strategy="org.eclipse.papyrus.uml.diagram.dnd.strategy.constraint.NamespaceToConstraintDropStrategy">
      </strategy>
   </extension>
</plugin>

Back to the top