Change-Id: Ica4b898bb1c6f703ab62fdcf1f7fe0c4663414c2 Former-commit-id:08f72194ef
[formerly80a1176b84
] [formerly08f72194ef
[formerly80a1176b84
] [formerly37cedf0ffd
[formerly 0e93d1839cb3958e50e6ce981b073676777ad1e6]]] Former-commit-id:37cedf0ffd
Former-commit-id:ed0e6ad111
[formerly72a07a4690
] Former-commit-id:2c1bf6849f
34 lines
No EOL
896 B
XML
34 lines
No EOL
896 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.3"?>
|
|
<plugin>
|
|
<extension
|
|
point="org.eclipse.ui.commands">
|
|
|
|
<command
|
|
id="gov.noaa.nws.ncep.viz.ui.remotescript"
|
|
name="Run Remote Script">
|
|
</command>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
point="org.eclipse.ui.handlers">
|
|
|
|
<handler
|
|
class="gov.noaa.nws.ncep.viz.ui.remotescript.RemoteScriptDialogHandler"
|
|
commandId="gov.noaa.nws.ncep.viz.ui.remotescript">
|
|
</handler>
|
|
</extension>
|
|
|
|
<extension
|
|
point="com.raytheon.uf.viz.localization.localizationpath">
|
|
<path
|
|
application="NCEP"
|
|
localizationType="COMMON_STATIC"
|
|
name="remoteScripts"
|
|
recursive="false"
|
|
value="ncep/remoteScripts"
|
|
>
|
|
</path>
|
|
</extension>
|
|
</plugin> |