Change-Id: I6deeadf1c7052d246b8eb24b5f3356809e99a5f1 Former-commit-id: b41fbb8eb045bb21e1d08224abeafe37eec21687
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> |