Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8f40342ff2d2010f9018cbf714d25d4e75895677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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.core.pluginexplorer.PluginsContentView"
            icon="icons/plugin_obj.gif"
            id="org.eclipse.papyrus.infra.core.pluginexplorer.PluginsContentView"
            name="Plugin Content Explorer">
      </view>
   </extension>

</plugin>

Back to the top