Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 530f3f019e61e5e9246e3308e7b485dcf78d0f76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="org.eclipse.ui.views">
      <category
            id="org.eclipse.swt.swt.tools"
            name="%viewCategory">
      </category>
   </extension>
</plugin>

Back to the top