Florian Thienel | 02f9c72 | 2011-08-18 20:56:54 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <?eclipse version="3.4"?>
|
| 3 | <plugin>
|
| 4 | <extension
|
| 5 | point="org.eclipse.wst.xml.core.catalogContributions">
|
| 6 | <catalogContribution
|
| 7 | id="testSchemas">
|
| 8 | <uri
|
| 9 | name="http://www.eclipse.org/vex/test/structure"
|
Florian Thienel | e185f40 | 2011-09-18 17:21:29 +0200 | [diff] [blame] | 10 | uri="testResources/structure.xsd">
|
Florian Thienel | 02f9c72 | 2011-08-18 20:56:54 +0200 | [diff] [blame] | 11 | </uri>
|
| 12 | <uri
|
| 13 | name="http://www.eclipse.org/vex/test/content"
|
Florian Thienel | e185f40 | 2011-09-18 17:21:29 +0200 | [diff] [blame] | 14 | uri="testResources/content.xsd">
|
Florian Thienel | 02f9c72 | 2011-08-18 20:56:54 +0200 | [diff] [blame] | 15 | </uri>
|
| 16 | <public
|
| 17 | publicId="-//Eclipse Foundation//DTD Vex Test//EN"
|
Florian Thienel | e185f40 | 2011-09-18 17:21:29 +0200 | [diff] [blame] | 18 | uri="testResources/test1.dtd">
|
Florian Thienel | 02f9c72 | 2011-08-18 20:56:54 +0200 | [diff] [blame] | 19 | </public>
|
| 20 | </catalogContribution>
|
| 21 | </extension>
|
| 22 |
|
| 23 | </plugin>
|