Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aaad7a312f9d9ef78164f85f25368d2fb7398eeb (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.2"?>

<plugin>

   <extension
         point="org.eclipse.ui.views">
      <category
            id="org.eclipse.net4j.ui"
            name="Net4j">
      </category>
      <view
            category="org.eclipse.net4j.ui"
            class="org.eclipse.net4j.internal.ui.views.Net4jExplorerView"
            icon="icons/sample.gif"
            id="org.eclipse.net4j.internal.ui.views.Net4jExplorerView"
            name="Net4j Explorer">
      </view>
   </extension>

</plugin>

Back to the top