awips2/cave/ohd.hseb.fcstservice/plugin.xml

17 lines
460 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.commands">
<command id="ohd.hseb.fcstservice.openfcstservice"
name="FcstService"/>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="com.raytheon.fcstservice.action.OpenFcstService"
commandId="ohd.hseb.fcstservice.openfcstservice" />
</extension>
</plugin>