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 | 30a4a7a | 2014-03-14 19:59:06 +0100 | [diff] [blame] | 5 | <content-type
|
| 6 | base-type="org.eclipse.vex.ui.XmlDocument"
|
Florian Thienel | 0c935f1 | 2014-03-20 22:20:02 +0100 | [diff] [blame] | 7 | file-extensions="xhtml"
|
Florian Thienel | 30a4a7a | 2014-03-14 19:59:06 +0100 | [diff] [blame] | 8 | id="org.eclipse.vex.ui.xhtml"
|
| 9 | name="%contentType.name"
|
| 10 | priority="low">
|
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 11 | </content-type>
|
| 12 | </extension>
|
Florian Thienel | 3e7f3c0 | 2011-12-12 23:09:15 +0100 | [diff] [blame] | 13 | <extension
|
| 14 | point="org.eclipse.wst.xml.core.catalogContributions">
|
| 15 | <catalogContribution
|
| 16 | id="default">
|
| 17 | <uri
|
| 18 | name="urn:org:eclipse:vex:styles:xhtml:xhtml1-plain.css"
|
| 19 | uri="styles/xhtml1-plain.css">
|
| 20 | </uri>
|
| 21 | <uri
|
| 22 | name="urn:org:eclipse:vex:styles:xhtml:xhtml1-sans.css"
|
| 23 | uri="styles/xhtml1-sans.css">
|
| 24 | </uri>
|
| 25 | <uri
|
| 26 | name="urn:org:eclipse:vex:styles:xhtml:xhtml1-modern.css"
|
| 27 | uri="styles/xhtml1-modern.css">
|
| 28 | </uri>
|
| 29 | </catalogContribution>
|
| 30 | </extension>
|
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 31 |
|
| 32 | <extension point="org.eclipse.vex.ui.doctypes"
|
| 33 | id="xhtml_1_0_strict"
|
| 34 | name="XHTML 1.0 Strict">
|
| 35 | <doctype
|
| 36 | publicId="-//W3C//DTD XHTML 1.0 Strict//EN"
|
| 37 | systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
|
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 38 | outlineProvider="org.eclipse.vex.xhtml.XhtmlOutlineProvider" >
|
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 39 | <rootElement name="html">
|
| 40 | </rootElement>
|
| 41 | </doctype>
|
| 42 | </extension>
|
| 43 | <extension id="xhtml_1_0_plain" name="XHTML Plain"
|
| 44 | point="org.eclipse.vex.ui.styles">
|
| 45 | <style css="styles/xhtml1-plain.css">
|
| 46 | <doctypeRef publicId="-//W3C//DTD XHTML 1.0 Strict//EN">
|
| 47 | </doctypeRef>
|
| 48 | </style>
|
| 49 | </extension>
|
| 50 | <extension id="xhtml_1_0_sans" name="XHTML Sans"
|
| 51 | point="org.eclipse.vex.ui.styles">
|
| 52 | <style css="styles/xhtml1-sans.css">
|
| 53 | <doctypeRef publicId="-//W3C//DTD XHTML 1.0 Strict//EN">
|
| 54 | </doctypeRef>
|
| 55 | </style>
|
| 56 | </extension>
|
| 57 | <extension id="xhtml_1_0_modern" name="XHTML Modern"
|
| 58 | point="org.eclipse.vex.ui.styles">
|
| 59 | <style css="styles/xhtml1-modern.css">
|
| 60 | <doctypeRef publicId="-//W3C//DTD XHTML 1.0 Strict//EN">
|
| 61 | </doctypeRef>
|
| 62 | </style>
|
| 63 | </extension>
|
| 64 |
|
| 65 | </plugin>
|