Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6fe30bd917219d9a549dd94e886dad2b2818ea13 (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
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.commands">
      <command
            categoryId="org.eclipse.papyrus.editor.category"
            id="org.eclipse.papyrus.requirements.sysml.assistant.handlers.PapyrusReqSysMLRequirementHandler"
            name="%createNewRequirement.command.name">
      </command>
      <command
            categoryId="org.eclipse.papyrus.editor.category"
            id="org.eclipse.papyrus.requirements.sysml.assistant.handlers.DecomposeReqHandler"
            name="%decomposeRequirement.command.name">
      </command>
      <command
            categoryId="org.eclipse.papyrus.editor.category"
            id="org.eclipse.papyrus.requirements.sysml.assistant.handlers.InitDerivedReqHandler"
            name="%deriveNewRequirement.command.name">
      </command>
      <command
            categoryId="org.eclipse.papyrus.editor.category"
            id="org.eclipse.papyrus.requirements.sysml.assistant.handlers.AddDerivedLinkReqHandler"
            name="%addDerivedLink.command.name">
      </command>
      <command
            categoryId="org.eclipse.papyrus.editor.category"
            id="org.eclipse.papyrus.requirements.sysml.assistant.handlers.AddSatisfyLinkHandler"
            name="%addSatisfyLink.command.name">
      </command>
      <command
            categoryId="org.eclipse.papyrus.editor.category"
            id="org.eclipse.papyrus.requirements.sysml.assistant.handlers.AddVerifyLinkHandler"
            name="%addVerifyLink.command.name">
      </command>
      <command
            categoryId="org.eclipse.papyrus.editor.category"
            id="org.eclipse.papyrus.requirements.sysml.assistant.handlers.CommentReqHandler"
            name="%createComments.command.name">
      </command>
      <command
            categoryId="org.eclipse.papyrus.editor.category"
            id="org.eclipse.papyrus.requirements.sysml.assistant.handlers.ExtractCommentsHandler"
            name="%extractComments.command.name">
      </command>
   </extension>

</plugin>

Back to the top