awips2/cave/com.raytheon.uf.viz.damagepath/plugin.xml
David Gillingham fa62e337dd Omaha #5287: Limit damage path metadata to hard-coded list of properties.
Change-Id: I6c10ee03e25701b24b09bde0dfe24c1629d2881d

Former-commit-id: 0ce78d4d1836fe11374f8c6dc7e006772002f348
2016-02-22 09:57:24 -06:00

43 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="com.raytheon.viz.ui.contextualMenu">
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.NewTornadoDamagePathAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="New Tornado Damage Path"
sortID="4">
</contextualMenu>
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.ExportToLdadAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Export to LDAD"
sortID="5">
</contextualMenu>
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.ExportDamagePathAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Export to File"
sortID="6">
</contextualMenu>
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.ImportDamagePathAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Import from File"
sortID="7">
</contextualMenu>
</extension>
<extension
point="com.raytheon.uf.viz.localization.localizationpath">
<path
application="D2D"
extensionFilter=".xml"
localizationType="COMMON_STATIC"
name="Damage Path"
recursive="false"
value="damagepath">
</path>
</extension>
</plugin>