246294 NPE in EMF2DOMSSEAdapter.primGetExistingAdapter() 246280 JSDT NavigatorContentProvider causes UI freeze while waiting for workspace lock
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 6356913..82c713b 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
@@ -9,7 +9,10 @@ <h1>WTP 3.0.1 Patches</h1> -<p>Bug <a href="https://bugs.eclipse.org/243747">243747</a>. -"Cannot find the tag library descriptor" after removing a taglib file with duplicate URI.</p> +<p>Bug <a href="https://bugs.eclipse.org/243747">243747</a>. "Cannot +find the tag library descriptor" after removing a taglib file with +duplicate URI.</p> +<p>Bug <a href="https://bugs.eclipse.org/246294">246294</a>. NPE in +EMF2DOMSSEAdapter.primGetExistingAdapter()</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 39b398e..2874cbc 100644 --- a/features/org.eclipse.wst.xml_core.feature.patch/feature.properties +++ b/features/org.eclipse.wst.xml_core.feature.patch/feature.properties
@@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2008 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -28,6 +28,8 @@ The bugs and fixes are described in the following bugzilla entries:\n\ \n\ Bug https://bugs.eclipse.org/243747 Cannot find the tag library descriptor" after removing a taglib file with duplicate URI.\n\ +Bug https://bugs.eclipse.org/246294 NPE in EMF2DOMSSEAdapter.primGetExistingAdapter()\n\ +\n\ # "copyright" property - text of the "Feature Update Copyright" copyright=\ @@ -49,7 +51,7 @@ # should be plain text version of license agreement pointed to be "licenseURL" license=\ ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ -March 17, 2005\n\ +September, 2008\n\ \n\ Usage Of Content\n\ \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 9b23ea4..fd3dd7f 100644 --- a/features/org.eclipse.wst.xml_core.feature.patch/feature.xml +++ b/features/org.eclipse.wst.xml_core.feature.patch/feature.xml
@@ -31,5 +31,12 @@ install-size="0" version="0.0.0" unpack="false"/> - + + <plugin + id="org.eclipse.wst.xml.core" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature>