Changes from January ncep_cave Former-commit-id:aa10b2f656
[formerlyae0981ac0f
] [formerly7427aeaf29
] [formerlyfa42f2dc60
[formerly7427aeaf29
[formerly 6a878c3c5f400c53d39d7920c0619362aaafb946]]] Former-commit-id:fa42f2dc60
Former-commit-id: f688e047f0ccf0adc31f824c5e1224b8d1c1598b [formerly376f6868b6
] Former-commit-id:9475b22c54
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>
|