Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
making sure to use the correct externalJavaAction in the odesign of the
Browse files Browse the repository at this point in the history
concurrent official samples
  • Loading branch information
dvojtise committed Jan 12, 2016
1 parent a9b978a commit 7894654
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -80,7 +80,7 @@
<menuItemDescription xsi:type="tool_1:OperationAction" name="Toggle breakpoint" icon="/org.gemoc.sample.tfsm.plaink3.design/icons/breakpoint.gif">
<view name="views"/>
<initialOperation>
<firstModelOperations xsi:type="tool_1:ExternalJavaAction" name="Toggle Gemoc breakpoint" icon="/org.gemoc.sample.tfsm.plaink3.design/icons/breakpoint.gif" id="org.gemoc.gemoc_modeling_workbench.ui.debug.sirius.action.gemocToggleBreakpoint"/>
<firstModelOperations xsi:type="tool_1:ExternalJavaAction" name="Toggle Gemoc breakpoint" icon="/org.gemoc.sample.tfsm.plaink3.design/icons/breakpoint.gif" id="org.gemoc.executionframework.engine.ui.debug.sirius.action.GemocToggleBreakpointAction"/>
</initialOperation>
</menuItemDescription>
</ownedTools>
Expand Down Expand Up @@ -214,7 +214,7 @@
<menuItemDescription xsi:type="tool_1:OperationAction" name="Toggle breakpoint" icon="/org.gemoc.sample.tfsm.plaink3.design/icons/breakpoint.gif">
<view name="views"/>
<initialOperation>
<firstModelOperations xsi:type="tool_1:ExternalJavaAction" name="Toggle Gemoc breakpoint" icon="/org.gemoc.sample.tfsm.plaink3.design/icons/breakpoint.gif" id="org.gemoc.gemoc_modeling_workbench.ui.debug.sirius.action.gemocToggleBreakpoint"/>
<firstModelOperations xsi:type="tool_1:ExternalJavaAction" name="Toggle Gemoc breakpoint" icon="/org.gemoc.sample.tfsm.plaink3.design/icons/breakpoint.gif" id="org.gemoc.executionframework.engine.ui.debug.sirius.action.GemocToggleBreakpointAction"/>
</initialOperation>
</menuItemDescription>
</ownedTools>
Expand Down

0 comments on commit 7894654

Please sign in to comment.