244175 intermittent NPE during TLD registry update
diff --git a/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html b/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
index 5b22a0e..af732cb 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
+++ b/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
@@ -16,5 +16,6 @@
 <p>Bug <a href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=244086'>244086</a>. Build path errors after restart</p>
 <p>Bug <a href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=244049'>244049</a>. EARComponentExportOperation needs to react to JavaEEArchiveUtilities changes</p>
 <p>Bug <a href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=245203'>245203</a>. Lots of memory used by DocumentProvider utility</p>
+<p>Bug <a href="https://bugs.eclipse.org/244175">244175</a> intermittent NPE during TLD registry update</p>
 </body>
 </html>
\ No newline at end of file
diff --git a/features/org.eclipse.jst.web_core.feature.patch/feature.properties b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
index f99a5e3..309533c 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.properties
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
@@ -31,6 +31,7 @@
 Bug https://bugs.eclipse.org/244086 Build path errors after restart\n\
 Bug https://bugs.eclipse.org/244049 EARComponentExportOperation needs to react to JavaEEArchiveUtilities changes\n\
 Bug https://bugs.eclipse.org/245203 Lots of memory used by DocumentProvider utility\n\
+Bug https://bugs.eclipse.org/244175 intermittent NPE during TLD registry update\n\
 \n\
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
diff --git a/features/org.eclipse.jst.web_core.feature.patch/feature.xml b/features/org.eclipse.jst.web_core.feature.patch/feature.xml
index 9d5c608..820697c 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.xml
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.xml
@@ -36,4 +36,11 @@
          unpack="false"/>
          
          
+   <plugin
+         id="org.eclipse.jst.jsf.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>  
+                  
 </feature>