Skip to main content
summaryrefslogtreecommitdiffstats
blob: b0a51014f86e167d49d3e881c9405b1a950623fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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.emf.commandstack.view.CommandStackView"
            icon="icons/stack.gif"
            id="org.eclipse.papyrus.command.view.commandstackview"
            name="%view.name"
            restorable="true">
      </view>
   </extension>

</plugin>

Back to the top