Author: mareshkau
Date: 2008-11-18 09:35:26 -0500 (Tue, 18 Nov 2008)
New Revision: 11864
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
Log:
JBIDE-3081
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2008-11-18 14:20:24 UTC (rev
11863)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2008-11-18 14:35:26 UTC (rev
11864)
@@ -173,6 +173,7 @@
class="org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate"
definitionId="org.eclipse.wst.sse.ui.toggle.comment"
id="ToggleComment"
+ menubarPath="sourceMenuId/sourceBegin"
label="Toggle Comment">
</action>
</editorContribution>
@@ -184,6 +185,7 @@
class="org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate"
definitionId="org.eclipse.wst.sse.ui.add.block.comment"
id="AddBlockComment"
+ menubarPath="sourceMenuId/sourceBegin"
label="Add Block Comment">
</action>
</editorContribution>
@@ -195,6 +197,7 @@
class="org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate"
definitionId="org.eclipse.wst.sse.ui.remove.block.comment"
id="RemoveBlockComment"
+ menubarPath="sourceMenuId/sourceBegin"
label="Remove Block Comment">
</action>
</editorContribution>
@@ -207,6 +210,7 @@
class="org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate"
definitionId="org.eclipse.wst.sse.ui.toggle.comment"
id="ToggleComment"
+ menubarPath="sourceMenuId/sourceBegin"
label="Toggle Comment">
</action>
</editorContribution>
@@ -218,6 +222,7 @@
class="org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate"
definitionId="org.eclipse.wst.sse.ui.add.block.comment"
id="AddBlockComment"
+ menubarPath="sourceMenuId/sourceBegin"
label="Add Block Comment">
</action>
</editorContribution>
@@ -229,6 +234,7 @@
class="org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate"
definitionId="org.eclipse.wst.sse.ui.remove.block.comment"
id="RemoveBlockComment"
+ menubarPath="sourceMenuId/sourceBegin"
label="Remove Block Comment">
</action>
</editorContribution>
Show replies by date