Changes from January ncep_cave Former-commit-id: 6a878c3c5f400c53d39d7920c0619362aaafb946
23 lines
587 B
XML
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>
|