Julian Honnen | 45b68b2 | 2019-02-07 13:04:02 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <plugin> |
| 4 | |
| 5 | <extension-point id="xptErrorTestA" name="Label xptErrorTestA" schema="schema/xptErrorTestA.exsd"/> |
| 6 | |
| 7 | <extension point="xptErrorTestA" id="testExtA"> |
| 8 | <test testAttr="valueA"> |
| 9 | </extension> |
| 10 | |
| 11 | <extension point="xptErrorTestA" id="testExtB"> |
| 12 | <test testAttr="valueB"> < |
| 13 | </extension> |
| 14 | |
| 15 | <extension point="xptErrorTestA" id="testExtC"> |
| 16 | <test testAttr="valueC"> |
| 17 | </extension> |
| 18 | |
| 19 | </plugin> |