nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <plugin |
| 4 | id="org.eclipse.wst.html.core" |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 5 | name="%pluginName" |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 6 | version="1.0.0" |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 7 | provider-name="%providerName" |
david_williams | 425ffe7 | 2004-12-07 21:46:39 +0000 | [diff] [blame] | 8 | class="org.eclipse.wst.html.core.internal.HTMLCorePlugin"> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 9 | |
| 10 | <runtime> |
| 11 | <library name="htmlmodel.jar"> |
| 12 | <export name="*"/> |
| 13 | </library> |
| 14 | </runtime> |
| 15 | <requires> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 16 | <import plugin="org.eclipse.wst.css.core"/> |
| 17 | <import plugin="org.eclipse.wst.sse.ui"/> |
| 18 | <import plugin="org.eclipse.wst.sse.core"/> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 19 | <import plugin="org.eclipse.wst.xml.core"/> |
| 20 | <import plugin="org.eclipse.wst.xml.uriresolver"/> |
| 21 | <import plugin="org.eclipse.core.resources"/> |
| 22 | <import plugin="org.eclipse.core.runtime"/> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 23 | </requires> |
| 24 | |
| 25 | |
| 26 | <extension |
| 27 | point="org.eclipse.wst.sse.core.modelHandler"> |
| 28 | <modelHandler |
| 29 | default="no" |
| 30 | class="org.eclipse.wst.html.core.modelhandler.ModelHandlerForHTML" |
| 31 | associatedContentTypeId="org.eclipse.wst.html.core.htmlsource" |
| 32 | id="org.eclipse.wst.html.core.modelhandler"> |
| 33 | </modelHandler> |
| 34 | </extension> |
| 35 | <extension |
| 36 | point="org.eclipse.wst.sse.core.embeddedTypeHandler"> |
| 37 | <embeddedTypeHandler |
| 38 | class="org.eclipse.wst.html.core.modelhandler.EmbeddedHTML"> |
| 39 | </embeddedTypeHandler> |
| 40 | </extension> |
| 41 | <extension |
| 42 | id="org.eclipse.wst.sse.html.core.builderdelegate.todo" |
| 43 | point="org.eclipse.wst.sse.core.builderdelegate"> |
| 44 | <participant |
nitind | 85d413a | 2004-11-30 20:57:09 +0000 | [diff] [blame] | 45 | class="org.eclipse.wst.xml.core.builder.delegates.XMLTaskTagSeeker" |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 46 | contentType="org.eclipse.wst.html.core.htmlsource"> |
| 47 | </participant> |
| 48 | </extension> |
| 49 | <extension point="org.eclipse.core.filebuffers.documentCreation" |
| 50 | id="org.eclipse.wst.html.core.documentfactories" |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 51 | name="%Structured_HTML_Document_Factory_Extension.name"> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 52 | <factory |
| 53 | contentTypeId="org.eclipse.wst.html.core.htmlsource" |
nitind | bae223e | 2004-12-29 23:11:46 +0000 | [diff] [blame] | 54 | class="org.eclipse.wst.sse.core.filebuffers.BasicStructuredDocumentFactory"/> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 55 | </extension> |
| 56 | <extension |
| 57 | point="org.eclipse.wst.sse.core.commentElementHandler"> |
| 58 | <handler-custom |
| 59 | commenttype="xml" |
| 60 | class="org.eclipse.wst.html.core.commentelement.handlers.CommentElementHandlerForSSI"> |
| 61 | <startwith |
| 62 | prefix="#"> |
| 63 | </startwith> |
| 64 | </handler-custom> |
| 65 | </extension> |
| 66 | <extension |
| 67 | point="org.eclipse.team.core.fileTypes"> |
| 68 | <fileTypes |
| 69 | type="text" |
| 70 | extension="html"> |
| 71 | </fileTypes> |
| 72 | <fileTypes |
| 73 | type="text" |
| 74 | extension="htm"> |
| 75 | </fileTypes> |
| 76 | <fileTypes |
| 77 | type="text" |
| 78 | extension="xhtml"> |
| 79 | </fileTypes> |
| 80 | <fileTypes |
| 81 | type="text" |
| 82 | extension="htpl"> |
| 83 | </fileTypes> |
| 84 | <fileTypes |
| 85 | type="text" |
| 86 | extension="wml"> |
| 87 | </fileTypes> |
| 88 | <fileTypes |
| 89 | type="text" |
| 90 | extension="shtml"> |
| 91 | </fileTypes> |
| 92 | <fileTypes |
| 93 | type="text" |
| 94 | extension="shtm"> |
| 95 | </fileTypes> |
| 96 | </extension> |
| 97 | <extension |
| 98 | point="org.eclipse.wst.sse.core.formatProcessors"> |
| 99 | <processor |
| 100 | class="org.eclipse.wst.html.core.format.HTMLFormatProcessorImpl" |
| 101 | contentTypeId="org.eclipse.wst.html.core.htmlsource"> |
| 102 | </processor> |
| 103 | </extension> |
| 104 | <!-- Extension point for taghelp documentation --> |
| 105 | <extension |
david_williams | c06c86f | 2005-03-18 18:23:41 +0000 | [diff] [blame] | 106 | point="org.eclipse.wst.xml.core.annotationFiles"> |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 107 | <annotationFile |
| 108 | location="data/htmref.xml" |
| 109 | publicId="-//W3C//DTD XHTML 1.0 Strict//EN"> |
| 110 | </annotationFile> |
| 111 | <annotationFile |
| 112 | location="data/htmref.xml" |
| 113 | publicId="-//W3C//DTD XHTML 1.0 Transitional//EN"> |
| 114 | </annotationFile> |
| 115 | <annotationFile |
| 116 | location="data/htmref.xml" |
| 117 | publicId="-//W3C//DTD XHTML 1.0 Frameset//EN"> |
| 118 | </annotationFile> |
| 119 | <annotationFile |
| 120 | location="data/htmref.xml" |
| 121 | publicId="-//W3C//DTD XHTML Basic 1.0//EN"> |
| 122 | </annotationFile> |
| 123 | <annotationFile |
| 124 | location="data/htmref.xml" |
| 125 | publicId="-//W3C//DTD XHTML 1.1//EN"> |
| 126 | </annotationFile> |
| 127 | <annotationFile |
| 128 | location="data/htmref.xml" |
| 129 | publicId="-//WAPFORUM//DTD XHTML Mobile 1.0//EN"> |
| 130 | </annotationFile> |
| 131 | </extension> |
| 132 | <extension |
| 133 | point="org.eclipse.core.runtime.contentTypes"> |
| 134 | <content-type |
| 135 | file-extensions="html,htm,xhtml,htpl,wml,shtml,shtm" |
| 136 | priority="high" |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 137 | name="%HTML_Content_Type_Extension_Element.name" |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 138 | id="htmlsource" |
| 139 | base-type="org.eclipse.core.runtime.text"> |
| 140 | <!-- note: no default-charset for HTML, should use 'platform' --> |
| 141 | <describer class="org.eclipse.wst.html.core.internal.contenttype.ContentDescriberForHTML"/> |
| 142 | </content-type> |
| 143 | </extension> |
| 144 | |
| 145 | |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 146 | <extension |
| 147 | point="org.eclipse.wst.sse.core.documentTypes"> |
| 148 | <documentType |
| 149 | elementName="html" |
| 150 | displayName="XHTML 1.0 Strict" |
| 151 | namespaceURI="http://www.w3.org/1999/xhtml" |
| 152 | isXHTML="true" |
| 153 | hasFrameset="false" |
| 154 | publicID="-//W3C//DTD XHTML 1.0 Strict//EN" |
| 155 | systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 156 | </documentType> |
| 157 | <documentType |
| 158 | elementName="html" |
| 159 | displayName="XHTML 1.0 Transitional" |
| 160 | namespaceURI="http://www.w3.org/1999/xhtml" |
| 161 | isXHTML="true" |
| 162 | hasFrameset="false" |
| 163 | publicID="-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 164 | defaultXHTML="true" |
| 165 | systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 166 | </documentType> |
| 167 | <documentType |
| 168 | elementName="html" |
| 169 | displayName="XHTML 1.0 Frameset" |
| 170 | namespaceURI="http://www.w3.org/1999/xhtml" |
| 171 | isXHTML="true" |
| 172 | hasFrameset="true" |
| 173 | publicID="-//W3C//DTD XHTML 1.0 Frameset//EN" |
| 174 | systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> |
| 175 | </documentType> |
| 176 | <documentType |
| 177 | elementName="html" |
| 178 | displayName="XHTML Basic 1.0" |
| 179 | namespaceURI="http://www.w3.org/1999/xhtml" |
| 180 | isXHTML="true" |
| 181 | hasFrameset="false" |
| 182 | publicID="-//W3C//DTD XHTML Basic 1.0//EN" |
| 183 | systemID="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"> |
| 184 | </documentType> |
| 185 | <documentType |
| 186 | elementName="html" |
| 187 | displayName="XHTML 1.1" |
| 188 | namespaceURI="http://www.w3.org/1999/xhtml" |
| 189 | isXHTML="true" |
| 190 | hasFrameset="false" |
| 191 | publicID="-//W3C//DTD XHTML 1.1//EN" |
| 192 | systemID="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
| 193 | </documentType> |
| 194 | <documentType |
| 195 | elementName="html" |
| 196 | displayName="XHTML MP 1.0" |
| 197 | namespaceURI="http://www.w3.org/1999/xhtml" |
| 198 | isXHTML="true" |
| 199 | hasFrameset="false" |
| 200 | publicID="-//WAPFORUM//DTD XHTML Mobile 1.0//EN" |
| 201 | systemID="http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> |
| 202 | </documentType> |
| 203 | <documentType |
| 204 | elementName="wml" |
| 205 | displayName="WML 1.3" |
| 206 | namespaceURI="" |
| 207 | isWML="true" |
| 208 | hasFrameset="false" |
| 209 | publicID="-//WAPFORUM//DTD WML 1.3//EN" |
| 210 | defaultWML="true" |
| 211 | systemID="http://www.wapforum.org/DTD/wml13.dtd"> |
| 212 | </documentType> |
| 213 | </extension> |
| 214 | </plugin> |