david_williams | 290fcd1 | 2008-01-24 06:03:37 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <?eclipse version="3.2"?> | ||||
3 | <plugin> | ||||
4 | |||||
5 | <extension | ||||
6 | id="Print Xerces Version" | ||||
7 | point="org.eclipse.core.runtime.applications"> | ||||
8 | <application> | ||||
9 | <run class="org.eclipse.wtp.tests.xerces.PrintXercesVersion" /> | ||||
10 | </application> | ||||
11 | </extension> | ||||
12 | |||||
13 | </plugin> |