awips2/cave/com.raytheon.uf.viz.alertview/OSGI-INF/alertStore.xml

9 lines
435 B
XML
Raw Normal View History

2022-05-05 12:34:50 -05:00
<?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>