Changes from January ncep_cave Former-commit-id:ae0981ac0f
[formerly7427aeaf29
] [formerlyae0981ac0f
[formerly7427aeaf29
] [formerlyfa42f2dc60
[formerly 6a878c3c5f400c53d39d7920c0619362aaafb946]]] Former-commit-id:fa42f2dc60
Former-commit-id:9475b22c54
[formerly376f6868b6
] Former-commit-id:0d2ef82d19
32 lines
927 B
XML
32 lines
927 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.actions.cloudHeight"
|
|
name="CloudHeight">
|
|
</command>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.handlers">
|
|
<handler
|
|
class="gov.noaa.nws.ncep.viz.cloudHeight.ui.CloudHeightAction"
|
|
commandId="gov.noaa.nws.ncep.viz.actions.cloudHeight">
|
|
</handler>
|
|
</extension>
|
|
<extension
|
|
point="com.raytheon.uf.viz.localization.localizationpath">
|
|
<path
|
|
application="NCEP"
|
|
localizationType="CAVE_STATIC"
|
|
name="CloudHeight"
|
|
recursive="true"
|
|
value="ncep/CloudHeight"
|
|
extensionFilter=".xml">
|
|
</path>
|
|
</extension>
|
|
|
|
</plugin>
|
|
|