Merge branch 'asm_14.4.1' of ssh://10.201.30.8:29418/AWIPS2_baseline into master_14.4.1

Former-commit-id: 0f43b2ab4b9cfafa58483a7f7b394bae78cb2737
This commit is contained in:
Fay.Liang 2015-06-17 14:14:04 -04:00
commit c19e0d67fe

View file

@ -0,0 +1,12 @@
<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-3.1.xsd">
<bean class="com.raytheon.uf.common.message.JAXBMessageRegistry" factory-method="register">
<constructor-arg>
<list>
<value>com.raytheon.uf.common.dataplugin.obs.metar.MetarRecord</value>
</list>
</constructor-arg>
</bean>
</beans>