awips2/ncep/gov.noaa.nws.ncep.viz.ui.seek/plugin.xml
Roger Ferrel 38f1182c6e Issue #181
Changes from January ncep_cave

Former-commit-id: aa10b2f656 [formerly ae0981ac0f] [formerly 7427aeaf29] [formerly fa42f2dc60 [formerly 7427aeaf29 [formerly 6a878c3c5f400c53d39d7920c0619362aaafb946]]]
Former-commit-id: fa42f2dc60
Former-commit-id: f688e047f0ccf0adc31f824c5e1224b8d1c1598b [formerly 376f6868b6]
Former-commit-id: 9475b22c54
2012-01-26 09:26:07 -06:00

23 lines
587 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.commands">
<command
categoryId="gov.noaa.nws.ncep.viz.ui.modalTool"
id="gov.noaa.nws.ncep.viz.ui.actions.seek"
name="Seek Results">
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="gov.noaa.nws.ncep.viz.ui.seek.SeekResultsAction"
commandId="gov.noaa.nws.ncep.viz.ui.actions.seek">
</handler>
</extension>
</plugin>