Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8876b9aa85ba07339572f4a6fb305d42b778d619 (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 id="xptErrorTestA" name="Label xptErrorTestA" schema="schema/xptErrorTestA.exsd"/>
   
   <extension-point id="xptErrorTestB" name bad="Label xptErrorTestB"/>
   
   <extension-point id="xptErrorTestB" name="Label xptErrorTestB" schema="schema/xptErrorTestB.exsd"/>

</plugin>

Back to the top