Former-commit-id:68fe2134b8
[formerly9a403b3615
] [formerly92152778b9
[formerly bed40bd4ff0cc20bdbc63f97f4d68d11dc1fa3f4]] Former-commit-id:92152778b9
Former-commit-id:b1fc4e625b
28 lines
761 B
XML
28 lines
761 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">
|
|
<enabledWhen>
|
|
<reference
|
|
definitionId="gov.noaa.nws.ncep.viz.ui.display.isMapEditor">
|
|
</reference>
|
|
</enabledWhen>
|
|
</handler>
|
|
</extension>
|
|
|
|
</plugin>
|