9 lines
435 B
XML
9 lines
435 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<component name="com.raytheon.uf.viz.alertview.store.MemoryAlertStore" enabled="true" xmlns="http://www.osgi.org/xmlns/scr/v1.1.0">
|
||
|
<implementation class="com.raytheon.uf.viz.alertview.store.MemoryAlertStore" />
|
||
|
<service>
|
||
|
<provide interface="com.raytheon.uf.viz.alertview.AlertDestination" />
|
||
|
<provide interface="com.raytheon.uf.viz.alertview.AlertStore" />
|
||
|
</service>
|
||
|
</component>
|