[326602] Auto activation does not work in javascript regions in webpages
diff --git a/features/org.eclipse.jst.web_ui.feature.patch/buildnotes_org.eclipse.jst.web_ui.feature.patch.html b/features/org.eclipse.jst.web_ui.feature.patch/buildnotes_org.eclipse.jst.web_ui.feature.patch.html
index bd3aa1e..9263678 100644
--- a/features/org.eclipse.jst.web_ui.feature.patch/buildnotes_org.eclipse.jst.web_ui.feature.patch.html
+++ b/features/org.eclipse.jst.web_ui.feature.patch/buildnotes_org.eclipse.jst.web_ui.feature.patch.html
@@ -14,6 +14,7 @@
 <h2>org.eclipse.jst.web_ui.feature</h2>
 
 <p>Bug <a href='https://bugs.eclipse.org/326062'>326062</a>. No content assist in attribute-embedded scriptlets</p>
+<p>Bug <a href='https://bugs.eclipse.org/326602'>326602</a>. Auto activation does not work in javascript regions in webpages</p>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/features/org.eclipse.jst.web_ui.feature.patch/feature.properties b/features/org.eclipse.jst.web_ui.feature.patch/feature.properties
index 2d00b1b..ed38d16 100644
--- a/features/org.eclipse.jst.web_ui.feature.patch/feature.properties
+++ b/features/org.eclipse.jst.web_ui.feature.patch/feature.properties
@@ -27,6 +27,7 @@
 description=\
 This patch fixes problems described in the following bugs: \n\
 Bug https://bugs.eclipse.org/326062 No content assist in attribute-embedded scriptlets\n\
+Bug https://bugs.eclipse.org/326602 Auto activation does not work in javascript regions in webpages\n\
 \n\
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
diff --git a/features/org.eclipse.jst.web_ui.feature.patch/feature.xml b/features/org.eclipse.jst.web_ui.feature.patch/feature.xml
index 88b96ef..24d7205 100644
--- a/features/org.eclipse.jst.web_ui.feature.patch/feature.xml
+++ b/features/org.eclipse.jst.web_ui.feature.patch/feature.xml
@@ -22,6 +22,13 @@
    </requires>
 
    <plugin
+         id="org.eclipse.wst.jsdt.web.support.jsp"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
          id="org.eclipse.jst.jsp.ui"
          download-size="0"
          install-size="0"