Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <?eclipse version="3.4"?>
|
| 3 | <plugin>
|
| 4 | <extension point="org.eclipse.core.contenttype.contentTypes">
|
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 5 | <content-type id="org.eclipse.vex.ui.tests" name="%contentType.name"
|
| 6 | base-type="org.eclipse.vex.ui.XmlDocument" file-extensions="xml">
|
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 7 | </content-type>
|
| 8 | </extension>
|
| 9 | <extension
|
| 10 | point="org.eclipse.wst.xml.core.catalogContributions">
|
| 11 | <catalogContribution
|
| 12 | id="default">
|
| 13 | <public
|
| 14 | publicId="-//Vex//DTD Test//EN"
|
| 15 | uri="testdata/test.dtd">
|
| 16 | </public>
|
| 17 | </catalogContribution>
|
| 18 | </extension>
|
| 19 | <extension
|
| 20 | id="test-doctype"
|
| 21 | name="test doctype"
|
| 22 | point="org.eclipse.vex.ui.doctypes">
|
| 23 | <doctype
|
| 24 | systemId="test.dtd"
|
| 25 | publicId="-//Vex//DTD Test//EN">
|
| 26 | </doctype>
|
| 27 | </extension>
|
| 28 | <extension
|
| 29 | id="test-style"
|
| 30 | name="test style"
|
| 31 | point="org.eclipse.vex.ui.styles">
|
| 32 | <style
|
| 33 | css="testdata/test.css">
|
| 34 | <doctypeRef
|
| 35 | publicId="-//Vex//DTD Test//EN">
|
| 36 | </doctypeRef>
|
| 37 | </style>
|
| 38 | </extension>
|
| 39 |
|
| 40 | </plugin>
|