[296172] Schema causes stack error [301167] UI freeze when grammar loading job name is a very long string [304722] JSP include directives do not handle non-JSP content types
diff --git a/features/org.eclipse.wst.xml_core.feature.patch/buildnotes_org.eclipse.wst.xml_core.feature.patch.html b/features/org.eclipse.wst.xml_core.feature.patch/buildnotes_org.eclipse.wst.xml_core.feature.patch.html index 801d33f..e18636f 100644 --- a/features/org.eclipse.wst.xml_core.feature.patch/buildnotes_org.eclipse.wst.xml_core.feature.patch.html +++ b/features/org.eclipse.wst.xml_core.feature.patch/buildnotes_org.eclipse.wst.xml_core.feature.patch.html
@@ -31,6 +31,15 @@ <p>Bug <a href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=292073'>292073</a>. [parser] Scriptlet in <script> attribute tags can cause the region to not be block text</p> +<p>Bug <a + href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=296172'>296172</a>. +Schema causes stack error</p> +<p>Bug <a + href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=301167'>301167</a>. +UI freeze when grammar loading job name is a very long string</p> +<p>Bug <a + href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=304722'>304722</a>. +JSP include directives do not handle non-JSP content types</p> </body> </head> \ No newline at end of file
diff --git a/features/org.eclipse.wst.xml_core.feature.patch/feature.properties b/features/org.eclipse.wst.xml_core.feature.patch/feature.properties index 044370f..1a17943 100644 --- a/features/org.eclipse.wst.xml_core.feature.patch/feature.properties +++ b/features/org.eclipse.wst.xml_core.feature.patch/feature.properties
@@ -32,7 +32,11 @@ Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=235445 CatalogWriter.write() does not closing the outputstream\n\ Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=262637 JSP quote escaping as per JSP rules in tag attributes are reported as ERRORS.\n\ Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=285076 Remove automatic promotion of invalid child tags in XMLModelParser\n\ -Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=292073 [parser] Scriptlet in <script> attribute tags can cause the region to not be block text\n\ +Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=292073 [parser] Scriptlet in <script> attribute tags can cause the region to not be block text\n\ +Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=296172 Schema causes stack error\n\ +Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=301167 UI freeze when grammar loading job name is a very long string\n\ +Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=304722 JSP include directives do not handle non-JSP content types\n\ + # "copyright" property - text of the "Feature Update Copyright" copyright=\ Copyright (c) 2008 IBM Corporation and others.\n\
diff --git a/features/org.eclipse.wst.xml_core.feature.patch/feature.xml b/features/org.eclipse.wst.xml_core.feature.patch/feature.xml index 6de62d2..4027016 100644 --- a/features/org.eclipse.wst.xml_core.feature.patch/feature.xml +++ b/features/org.eclipse.wst.xml_core.feature.patch/feature.xml
@@ -36,6 +36,13 @@ download-size="0" install-size="0" version="0.0.0" - unpack="false"/> + unpack="false"/> + + <plugin + id="org.eclipse.wst.xsd.core" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> </feature>