Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b31f2ce7572079910f5b4a62b9c38d13d4533b6d (plain) (tree)
1
2
3
4
5
6
7





                                      
                                                             





                                                                                    

                                                       
                                   
                 


               
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.views">
      <view
            category="org.eclipse.papyrus.dev.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" >
      </category>
   </extension>

</plugin>

Back to the top