mute laps tool

This commit is contained in:
Michael James 2016-09-14 13:33:56 -06:00
parent e70121b0b3
commit 41b44247df
2 changed files with 1 additions and 9 deletions

View file

@ -20,10 +20,6 @@
--> -->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="command"
commandId="com.raytheon.viz.awipstools.lapstools"
menuText="LAPS tools..." id="lapsTools" />
<!-- example arbitrary command below, commandAction parameter is required, <!-- example arbitrary command below, commandAction parameter is required,
the others default to false if undefined. If captureOutput is true then after the others default to false if undefined. If captureOutput is true then after
the launched command closes a dialog box will show the contents printed to the launched command closes a dialog box will show the contents printed to
@ -39,4 +35,4 @@
</contribute> </contribute>
--> -->
</menuTemplate> </menuTemplate>

View file

@ -138,10 +138,6 @@
class="com.raytheon.viz.awipstools.ui.action.HomeToolAction" class="com.raytheon.viz.awipstools.ui.action.HomeToolAction"
commandId="com.raytheon.viz.awipstools.home"> commandId="com.raytheon.viz.awipstools.home">
</handler> </handler>
<handler
class="com.raytheon.viz.awipstools.ui.action.LapsToolsAction"
commandId="com.raytheon.viz.awipstools.lapstools">
</handler>
<handler <handler
class="com.raytheon.viz.awipstools.ui.action.UnitsCalculatorAction" class="com.raytheon.viz.awipstools.ui.action.UnitsCalculatorAction"
commandId="com.raytheon.viz.awipstools.unitscalculator"> commandId="com.raytheon.viz.awipstools.unitscalculator">