blob: 46ff03e6d7df349ce275f4e6a839ff0f84919e23 [file] [log] [blame]
Florian Thienelfa641e52011-11-10 00:49:26 +01001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension point="org.eclipse.core.contenttype.contentTypes">
Florian Thienel30a4a7a2014-03-14 19:59:06 +01005 <content-type
6 base-type="org.eclipse.vex.ui.XmlDocument"
Florian Thienel0c935f12014-03-20 22:20:02 +01007 file-extensions="xhtml"
Florian Thienel30a4a7a2014-03-14 19:59:06 +01008 id="org.eclipse.vex.ui.xhtml"
9 name="%contentType.name"
10 priority="low">
Florian Thienelfa641e52011-11-10 00:49:26 +010011 </content-type>
12 </extension>
Florian Thienel3e7f3c02011-12-12 23:09:15 +010013 <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 Thienelfa641e52011-11-10 00:49:26 +010031
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 Thienelea330512011-11-14 22:32:49 +010038 outlineProvider="org.eclipse.vex.xhtml.XhtmlOutlineProvider" >
Florian Thienelfa641e52011-11-10 00:49:26 +010039 <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>