Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 450786151d47bffa62c2c8d2b68afc5077d47bee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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.traceability.handlers.ApplyTracabilityHandler"
            name="%applyTraceabilityAssistant.command.name">
      </command>
   </extension>

</plugin>

Back to the top