commit | a0441f8c4b37609bdea4f11f2c39789e5713af91 | [log] [tgz] |
---|---|---|
author | nitind <nitind> | Tue Oct 05 07:24:53 2010 +0000 |
committer | nitind <nitind> | Tue Oct 05 07:24:53 2010 +0000 |
tree | 3cca01d8a38a20a2ecd07dc1f7953f43034294b9 | |
parent | b3e13bb7548fc4bd09754dcdd21164900e036684 [diff] |
[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"