[304366] [content assist] Fix proposal computer extensions for JSP UI plugin
diff --git a/bundles/org.eclipse.jst.jsp.ui/plugin.xml b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
index e2eeb7f..54ccc98 100644
--- a/bundles/org.eclipse.jst.jsp.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
@@ -1143,9 +1143,6 @@
           <partitionType
                 id="org.eclipse.wst.xml.XML_DEFAULT">
           </partitionType>
-          <partitionType
-                id="org.eclipse.jst.jsp.JSP_DIRECTIVE">
-          </partitionType>
        </contentType>
     </proposalComputerExtendedActivation>
     <proposalComputerExtendedActivation
@@ -1200,6 +1197,9 @@
           <partitionType
                 id="org.eclipse.jst.jsp.JSP_COMMENT">
           </partitionType>
+          <partitionType
+                id="org.eclipse.jst.jsp.JSP_DIRECTIVE">
+          </partitionType>
        </contentType>
     </proposalComputer>
     <proposalComputer