awips2/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-common.xml
ucar-tmeyer 4e7b1f7721 Added back in the ldad/mesonet plugins so that we can decode the RAWS mesonet data.
-Also updated the Surface Obs menu to have a few menu options to load the RAWS data
2023-09-27 13:04:01 +00:00

17 lines
719 B
XML

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="ldadPluginName" class="java.lang.String">
<constructor-arg type="java.lang.String" value="ldad" />
</bean>
<bean id="ldadProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
<property name="pluginName" value="ldad" />
</bean>
<bean factory-bean="pluginRegistry" factory-method="register">
<constructor-arg value="ldad" />
<constructor-arg ref="ldadProperties" />
</bean>
</beans>