Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 848ec50468f099b8947e89f09a863cb4b8300d2d (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

   <extension-point id="propertyContributor" name="%ExtPoint.propertyContributor" schema="schema/propertyContributor.exsd"/>
   <extension-point id="propertyTabs" name="%ExtPoint.propertyTabs" schema="schema/propertyTabs.exsd"/>
   <extension-point id="propertySections" name="%ExtPoint.propertySections" schema="schema/propertySections.exsd"/>

</plugin>

Back to the top