[285284] Removing comment end tag and adding it back leaves validation errors
diff --git a/bundles/org.eclipse.jst.jsp.ui/plugin.xml b/bundles/org.eclipse.jst.jsp.ui/plugin.xml index b1ef42c..fa0e097 100644 --- a/bundles/org.eclipse.jst.jsp.ui/plugin.xml +++ b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
@@ -171,7 +171,9 @@ <contentTypeIdentifier id="org.eclipse.jst.jsp.core.jspsource"> <partitionType id="org.eclipse.jst.jsp.JSP_DIRECTIVE"/> + <partitionType id="org.eclipse.jst.jsp.JSP_COMMENT"/> <partitionType id="org.eclipse.wst.html.HTML_DEFAULT"/> + <partitionType id="org.eclipse.wst.html.HTML_COMMENT"/> <partitionType id="org.eclipse.wst.xml.XML_DEFAULT"/> <partitionType id="org.eclipse.wst.sse.ST_DEFAULT"/> </contentTypeIdentifier>
diff --git a/bundles/org.eclipse.wst.html.ui/plugin.xml b/bundles/org.eclipse.wst.html.ui/plugin.xml index d2e5a9d..dacb517 100644 --- a/bundles/org.eclipse.wst.html.ui/plugin.xml +++ b/bundles/org.eclipse.wst.html.ui/plugin.xml
@@ -331,6 +331,7 @@ <contentTypeIdentifier id="org.eclipse.wst.html.core.htmlsource"> <partitionType id="org.eclipse.wst.html.HTML_DEFAULT"/> + <partitionType id="org.eclipse.wst.html.HTML_COMMENT"/> <partitionType id="org.eclipse.wst.xml.XML_DEFAULT"/> <partitionType id="org.eclipse.wst.sse.ST_DEFAULT"/> </contentTypeIdentifier>
diff --git a/bundles/org.eclipse.wst.xml.ui/plugin.xml b/bundles/org.eclipse.wst.xml.ui/plugin.xml index a2d2e81..da372e4 100644 --- a/bundles/org.eclipse.wst.xml.ui/plugin.xml +++ b/bundles/org.eclipse.wst.xml.ui/plugin.xml
@@ -438,10 +438,12 @@ id="org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidatorForXML"> <contentTypeIdentifier id="org.eclipse.core.runtime.xml"> <partitionType id="org.eclipse.wst.xml.XML_DEFAULT"/> + <partitionType id="org.eclipse.wst.xml.XML_COMMENT"/> <partitionType id="org.eclipse.wst.sse.ST_DEFAULT"/> </contentTypeIdentifier> <contentTypeIdentifier id="org.eclipse.wst.xml.core.xmlsource"> <partitionType id="org.eclipse.wst.xml.XML_DEFAULT"/> + <partitionType id="org.eclipse.wst.xml.XML_COMMENT"/> <partitionType id="org.eclipse.wst.sse.ST_DEFAULT"/> </contentTypeIdentifier> </validator>
diff --git a/features/org.eclipse.wst.web_ui.feature.patch/buildnotes_org.eclipse.wst.web_ui.feature.patch.html b/features/org.eclipse.wst.web_ui.feature.patch/buildnotes_org.eclipse.wst.web_ui.feature.patch.html index 0cd10f6..27074eb 100644 --- a/features/org.eclipse.wst.web_ui.feature.patch/buildnotes_org.eclipse.wst.web_ui.feature.patch.html +++ b/features/org.eclipse.wst.web_ui.feature.patch/buildnotes_org.eclipse.wst.web_ui.feature.patch.html
@@ -14,6 +14,7 @@ <h2>org.eclipse.wst.web_ui.feature</h2> <p>Bug <a href='https://bugs.eclipse.org/280483'>280483</a>. "A handler conflict occurred. This may disable some commands." warning on restart</p> +<p>Bug <a href='https://bugs.eclipse.org/285284'>285284</a>. Removing comment end tag and adding it back leaves validation errors</p> </body> </html> \ No newline at end of file
diff --git a/features/org.eclipse.wst.web_ui.feature.patch/feature.properties b/features/org.eclipse.wst.web_ui.feature.patch/feature.properties index de54ee5..18c1d9e 100644 --- a/features/org.eclipse.wst.web_ui.feature.patch/feature.properties +++ b/features/org.eclipse.wst.web_ui.feature.patch/feature.properties
@@ -28,6 +28,7 @@ Contains fixes for the following bugs: \n\ \n\ Bug https://bugs.eclipse.org/280483 "A handler conflict occurred. This may disable some commands." warning on restart\n\ +Bug https://bugs.eclipse.org/285284 Removing comment end tag and adding it back leaves validation errors\n\ \n\ # "copyright" property - text of the "Feature Update Copyright"
diff --git a/features/org.eclipse.wst.xml_ui.feature.patch/buildnotes_org.eclipse.wst.xml_ui.feature.patch.html b/features/org.eclipse.wst.xml_ui.feature.patch/buildnotes_org.eclipse.wst.xml_ui.feature.patch.html index 6aeb2a1..0bd6894 100644 --- a/features/org.eclipse.wst.xml_ui.feature.patch/buildnotes_org.eclipse.wst.xml_ui.feature.patch.html +++ b/features/org.eclipse.wst.xml_ui.feature.patch/buildnotes_org.eclipse.wst.xml_ui.feature.patch.html
@@ -14,6 +14,7 @@ <h2>org.eclipse.wst.xml_ui.feature.patch</h2> <p>Bug <a href='https://bugs.eclipse.org/280483'>280483</a>. "A handler conflict occurred. This may disable some commands." warning on restart</p> +<p>Bug <a href='https://bugs.eclipse.org/285284'>285284</a>. Removing comment end tag and adding it back leaves validation errors</p> </body> </html>
diff --git a/features/org.eclipse.wst.xml_ui.feature.patch/feature.properties b/features/org.eclipse.wst.xml_ui.feature.patch/feature.properties index 53191d1..78003d2 100644 --- a/features/org.eclipse.wst.xml_ui.feature.patch/feature.properties +++ b/features/org.eclipse.wst.xml_ui.feature.patch/feature.properties
@@ -28,6 +28,7 @@ Contains fixes for the following bugs:\n\ \n\ Bug https://bugs.eclipse.org/280483 "A handler conflict occurred. This may disable some commands." warning on restart\n\ +Bug https://bugs.eclipse.org/285284 Removing comment end tag and adding it back leaves validation errors\n\ \n\ # "copyright" property - text of the "Feature Update Copyright"