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