awips2/cave/com.raytheon.uf.viz.damagepath/plugin.xml

14 lines
425 B
XML
Raw Normal View History

<?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.ExportDamagePathAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Export GeoJSON"
sortID="3">
</contextualMenu>
</extension>
</plugin>