Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5725f359be0ce238eab691cf94d328e3f78dca4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.views">
      <view
            category="org.eclipse.papyrus.views.category"
            class="org.eclipse.papyrus.infra.emf.commandstack.view.CommandStackView"
            icon="icons/stack.gif"
            id="org.eclipse.papyrus.command.view.commandstackview"
            name="%view.name"
            restorable="true">
      </view>
      <category
            id="org.eclipse.papyrus.dev.views.category"
            name="%category.name"
            parentCategory="org.eclipse.papyrus.views.category">
      </category>
   </extension>

</plugin>

Back to the top