17 lines
460 B
XML
17 lines
460 B
XML
|
<?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>
|