2012-01-06 08:55:05 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.2"?>
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.commands">
|
|
|
|
<command
|
2012-01-26 09:26:07 -06:00
|
|
|
categoryId="gov.noaa.nws.ncep.viz.ui.modalTool"
|
2012-01-06 08:55:05 -06:00
|
|
|
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>
|