blob: 00ffcb9d06ec6ef0994c8880238109c1fc37b2c6 [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 Thienelea330512011-11-14 22:32:49 +01005 <content-type id="org.eclipse.vex.ui.xhtml" name="%contentType.name"
6 base-type="org.eclipse.vex.ui.XmlDocument" file-extensions="xml, xhtml">
Florian Thienelfa641e52011-11-10 00:49:26 +01007 </content-type>
8 </extension>
Florian Thienel3e7f3c02011-12-12 23:09:15 +01009 <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 Thienelfa641e52011-11-10 00:49:26 +010027
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 Thienelea330512011-11-14 22:32:49 +010034 outlineProvider="org.eclipse.vex.xhtml.XhtmlOutlineProvider" >
Florian Thienelfa641e52011-11-10 00:49:26 +010035 <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>