blob: 8bbfd6deafc90ff4eb60b3b1ba5c7fa1d45e8485 [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>
Florian Thienelfa641e52011-11-10 00:49:26 +01004 <extension
5 point="org.eclipse.wst.xml.core.catalogContributions">
6 <catalogContribution
7 id="default">
8 <public
9 publicId="-//Vex//DTD Test//EN"
10 uri="testdata/test.dtd">
11 </public>
12 </catalogContribution>
13 </extension>
14 <extension
15 id="test-doctype"
16 name="test doctype"
17 point="org.eclipse.vex.ui.doctypes">
18 <doctype
19 systemId="test.dtd"
20 publicId="-//Vex//DTD Test//EN">
21 </doctype>
22 </extension>
23 <extension
Carsten Hiesserich27d48272013-10-10 18:41:03 +020024 id="test-schema-doctype"
25 name="test schema doctype"
26 point="org.eclipse.vex.ui.doctypes">
27 <schema
28 namespaceName="http://org.eclipse.vex/namespace">
29 </schema>
30 </extension>
31 <extension
Florian Thienelfa641e52011-11-10 00:49:26 +010032 id="test-style"
33 name="test style"
34 point="org.eclipse.vex.ui.styles">
35 <style
36 css="testdata/test.css">
37 <doctypeRef
38 publicId="-//Vex//DTD Test//EN">
39 </doctypeRef>
40 </style>
41 </extension>
Carsten Hiesserich27d48272013-10-10 18:41:03 +020042 <extension
43 id="test-style"
44 name="test style"
45 point="org.eclipse.vex.ui.styles">
46 <style
47 css="testdata/test-schema.css">
48 <doctypeRef
49 publicId="http://org.eclipse.vex/namespace">
50 </doctypeRef>
51 </style>
52 </extension>
53 <extension
54 id="test-style-doctype-id"
55 name="test style doctype id"
56 point="org.eclipse.vex.ui.styles">
57 <style
58 css="testdata/test-doctype-id.css">
59 <doctypeRef
60 publicId="test-schema-doctype2">
61 </doctypeRef>
62 </style>
63 </extension>
64 <extension
65 id="test-schema-doctype2"
66 name="test schema doctype2"
67 point="org.eclipse.vex.ui.doctypes">
68 <schema
69 namespaceName="http://org.eclipse.vex/namespace2">
70 </schema>
71 </extension>
Florian Thienelfa641e52011-11-10 00:49:26 +010072
73</plugin>