Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2c89ddf6399333bb51ff3055e73af9500ddb89cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="xptErrorTestA" id="testExtA">
  		<test testAttr="valueA">
	</extension>
	
  	<extension point="xptErrorTestA" id="testExtB">
  		<test testAttr="valueB"> <
	</extension>

  	<extension point="xptErrorTestA" id="testExtC">
  		<test testAttr="valueC">
	</extension>
	
</plugin>

Back to the top