[362308] Deadlock when changing the target runtime of EAR project and its modules during autobuild
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 172152d..f6a6b85 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
@@ -15,6 +15,7 @@
 
 <p>Bug <a href='https://bugs.eclipse.org/345778'>345778</a>. Duplicate tld entries in taglib index</p>
 <p>Bug <a href='https://bugs.eclipse.org/352515'>352515</a>. ContainerImpl#getFile(String URI) will not always find a file (even if the container has the file)</p>
+<p>Bug <a href='https://bugs.eclipse.org/362308'>362308</a>. Deadlock when changing the target runtime of EAR project and its modules during autobuild</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 1bfe638..dc4868e 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.properties
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
@@ -29,6 +29,7 @@
 \n\
 Bug https://bugs.eclipse.org/345778 Duplicate tld entries in taglib index\n\
 Bug https://bugs.eclipse.org/359892 ContainerImpl#getFile(String URI) will not always find a file (even if the container has the file)\n\
+Bug https://bugs.eclipse.org/362308 Deadlock when changing the target runtime of EAR project and its modules during autobuild\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 5a06e04..82aaa9d 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.xml
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.xml
@@ -35,4 +35,11 @@
          version="0.0.0"
          unpack="false"/>
 
+   <plugin
+         id="org.eclipse.jst.j2ee"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>