Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 339cd36acb59718e1209e1ec825fdfe23f95ae3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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.dev.pluginexplorer.PluginsContentView"
            icon="icons/plugin_obj.gif"
            id="org.eclipse.papyrus.dev.pluginexplorer.PluginsContentView"
            name="%view.name">
      </view>
      <category
            id="org.eclipse.papyrus.dev.views.category"
            name="%category.name" >
      </category>
   </extension>

</plugin>

Back to the top