Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: f4054dcf9e5f041b6ff1105697803c367f7ba90e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

	<extension point="org.eclipse.wst.sse.core.modelHandler">
		<modelHandler
			default="no"
			class="org.eclipse.wst.html.core.internal.modelhandler.ModelHandlerForHTML"
			associatedContentTypeId="org.eclipse.wst.html.core.htmlsource"
			id="org.eclipse.wst.html.core.internal.modelhandler">
		</modelHandler>
	</extension>

	<extension point="org.eclipse.wst.sse.core.embeddedTypeHandler">
		<embeddedTypeHandler
			class="org.eclipse.wst.html.core.internal.modelhandler.EmbeddedHTML">
		</embeddedTypeHandler>
	</extension>

	<extension point="org.eclipse.wst.sse.core.taskscanner">
		<scanner
			id="org.eclipse.wst.html.core.internal.tasks.HTMLFileTaskScanner"
			class="org.eclipse.wst.xml.core.internal.tasks.XMLFileTaskScanner:org.eclipse.wst.html.core.taskMarker"
			contentTypeIds="org.eclipse.wst.html.core.htmlsource" />
	</extension>
	<extension
		id="taskMarker"
		name="%_taskMarker.name"
		point="org.eclipse.core.resources.markers">
		<super type="org.eclipse.wst.sse.core.task"/>
		<persistent value="true"/>
	</extension>

	<extension
		point="org.eclipse.core.filebuffers.documentCreation"
		id="org.eclipse.wst.html.core.documentfactories"
		name="%Structured_HTML_Document_Factory_Extension.name">
		<factory
			contentTypeId="org.eclipse.wst.html.core.htmlsource"
			class="org.eclipse.wst.sse.core.internal.filebuffers.BasicStructuredDocumentFactory" />
	</extension>

	<extension point="org.eclipse.wst.sse.core.commentElementHandler">
		<handler-custom
			commenttype="xml"
			class="org.eclipse.wst.html.core.internal.commentelement.handlers.CommentElementHandlerForSSI">
			<startwith prefix="#"></startwith>
		</handler-custom>
	</extension>

	<extension point="org.eclipse.team.core.fileTypes">
		<fileTypes
			type="text"
			extension="html">
		</fileTypes>
		<fileTypes
			type="text"
			extension="htm">
		</fileTypes>
		<fileTypes
			type="text"
			extension="xhtml">
		</fileTypes>
		<fileTypes
			type="text"
			extension="htpl">
		</fileTypes>
		<fileTypes
			type="text"
			extension="wml">
		</fileTypes>
		<fileTypes
			type="text"
			extension="shtml">
		</fileTypes>
		<fileTypes
			type="text"
			extension="shtm">
		</fileTypes>
	</extension>

	<extension point="org.eclipse.wst.sse.core.formatProcessors">
		<processor
			class="org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl"
			contentTypeId="org.eclipse.wst.html.core.htmlsource">
		</processor>
	</extension>

	<!-- Extension point for taghelp documentation -->
	<extension point="org.eclipse.wst.xml.core.annotationFiles">
		<annotationFile
			location="data/htmref.xml"
			publicId="-//W3C//DTD XHTML 1.0 Strict//EN">
		</annotationFile>
		<annotationFile
			location="data/htmref.xml"
			publicId="-//W3C//DTD XHTML 1.0 Transitional//EN">
		</annotationFile>
		<annotationFile
			location="data/htmref.xml"
			publicId="-//W3C//DTD XHTML 1.0 Frameset//EN">
		</annotationFile>
		<annotationFile
			location="data/htmref.xml"
			publicId="-//W3C//DTD XHTML Basic 1.0//EN">
		</annotationFile>
		<annotationFile
			location="data/htmref.xml"
			publicId="-//W3C//DTD XHTML 1.1//EN">
		</annotationFile>
		<annotationFile
			location="data/htmref.xml"
			publicId="-//WAPFORUM//DTD XHTML Mobile 1.0//EN">
		</annotationFile>
	</extension>

	<extension point="org.eclipse.core.runtime.contentTypes">
		<content-type
			file-extensions="html,htm,xhtml,htpl,wml,shtml,shtm"
			priority="high"
			name="%HTML_Content_Type_Extension_Element.name"
			id="htmlsource"
			base-type="org.eclipse.core.runtime.text">
			<!-- note: no default-charset for HTML, should use 'platform' -->
			<describer
				class="org.eclipse.wst.html.core.internal.contenttype.ContentDescriberForHTML" />
		</content-type>
	</extension>

<!-- moved to where the dtd's are contributed

	<extension point="org.eclipse.wst.sse.core.documentTypes">
		<documentType
			elementName="html"
			displayName="XHTML 1.0 Strict"
			namespaceURI="http://www.w3.org/1999/xhtml"
			isXHTML="true"
			hasFrameset="false"
			publicID="-//W3C//DTD XHTML 1.0 Strict//EN"
			systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
		</documentType>
		<documentType
			elementName="html"
			displayName="XHTML 1.0 Transitional"
			namespaceURI="http://www.w3.org/1999/xhtml"
			isXHTML="true"
			hasFrameset="false"
			publicID="-//W3C//DTD XHTML 1.0 Transitional//EN"
			defaultXHTML="true"
			systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
		</documentType>
		<documentType
			elementName="html"
			displayName="XHTML 1.0 Frameset"
			namespaceURI="http://www.w3.org/1999/xhtml"
			isXHTML="true"
			hasFrameset="true"
			publicID="-//W3C//DTD XHTML 1.0 Frameset//EN"
			systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
		</documentType>
		<documentType
			elementName="html"
			displayName="XHTML Basic 1.0"
			namespaceURI="http://www.w3.org/1999/xhtml"
			isXHTML="true"
			hasFrameset="false"
			publicID="-//W3C//DTD XHTML Basic 1.0//EN"
			systemID="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
		</documentType>
		<documentType
			elementName="html"
			displayName="XHTML 1.1"
			namespaceURI="http://www.w3.org/1999/xhtml"
			isXHTML="true"
			hasFrameset="false"
			publicID="-//W3C//DTD XHTML 1.1//EN"
			systemID="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
		</documentType>
		<documentType
			elementName="html"
			displayName="XHTML MP 1.0"
			namespaceURI="http://www.w3.org/1999/xhtml"
			isXHTML="true"
			hasFrameset="false"
			publicID="-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
			systemID="http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
		</documentType>
		<documentType
			elementName="wml"
			displayName="WML 1.3"
			namespaceURI=""
			isWML="true"
			hasFrameset="false"
			publicID="-//WAPFORUM//DTD WML 1.3//EN"
			defaultWML="true"
			systemID="http://www.wapforum.org/DTD/wml13.dtd">
		</documentType>
	</extension>
-->
	<!-- initialize html core preferences -->
	<extension point="org.eclipse.core.runtime.preferences">
		<initializer
			class="org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceInitializer" />
	</extension>

</plugin>

Back to the top