Author: akazakov
Date: 2009-06-24 17:15:23 -0400 (Wed, 24 Jun 2009)
New Revision: 16192
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/JSFELCompletionEngine.java
trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-2808
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/JSFELCompletionEngine.java
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/JSFELCompletionEngine.java 2009-06-24
20:57:58 UTC (rev 16191)
+++
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/model/JSFELCompletionEngine.java 2009-06-24
21:15:23 UTC (rev 16192)
@@ -27,7 +27,7 @@
import org.jboss.tools.common.model.util.EclipseResourceUtil;
import org.jboss.tools.jsf.JSFModelPlugin;
import org.jboss.tools.jsf.model.pv.JSFPromptingProvider;
-import org.jboss.tools.jst.web.kb.AbstractELCompletionEngine;
+import org.jboss.tools.jst.web.kb.el.AbstractELCompletionEngine;
/**
* Utility class used to collect info for EL
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2009-06-24 20:57:58 UTC (rev
16191)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2009-06-24 21:15:23 UTC (rev
16192)
@@ -422,7 +422,7 @@
<contenttype id="org.eclipse.wst.html.core.htmlsource">
<partitiontype id="org.eclipse.wst.html.HTML_DEFAULT" />
<partitiontype id="org.eclipse.jst.jsp.SCRIPT.JSP_EL" />
- <partitiontype id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" /> <!-- Is
this forgotten? -->
+ <partitiontype id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
</contenttype>
</contentAssistProcessor>
@@ -430,7 +430,7 @@
//added by estherbin
//fix
http://jira.jboss.com/jira/browse/JBIDE-1791
-->
- <contentAssistProcessor
+ <!--contentAssistProcessor
class="org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor"
id="org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor">
<contenttype id="org.eclipse.wst.html.core.htmlsource">
@@ -438,7 +438,6 @@
</contenttype>
</contentAssistProcessor>
- <!--
<contentAssistProcessor
class="org.jboss.tools.jst.jsp.contentassist.JspContentAssistProcessor"
id="org.jboss.tools.jst.jsp.contentassist.JspContentAssistProcessor">
@@ -476,8 +475,7 @@
<partitiontype id="org.eclipse.jst.jsp.SCRIPT.JSP_EL" />
<partitiontype id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
</contenttype>
- </contentAssistProcessor>
- -->
+ </contentAssistProcessor -->
</extension>
<extension
point="org.eclipse.ui.popupMenus">