awips2/ncep/gov.noaa.nws.ncep.edex.plugin.gempak/res/spring/gempak-common.xml
Steve Harris 609926f1f4 13.5.2-4 baseline
Former-commit-id: 595e7bc0d9 [formerly e3c935d48b] [formerly 595e7bc0d9 [formerly e3c935d48b] [formerly 58c6821427 [formerly da631849bc9eaaa5c83c2393520b6099413107a5]]]
Former-commit-id: 58c6821427
Former-commit-id: 4c6790f10f [formerly abed443b59]
Former-commit-id: e2398f74e5
2013-09-12 11:13:59 -04:00

21 lines
No EOL
979 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-3.1.xsd">
<!--bean id="pgenPluginName" class="java.lang.String">
<constructor-arg type="java.lang.String" value="pgen" />
</bean>
<bean id="pgenProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
<property name="pluginName" ref="pgenPluginName" />
<property name="pluginFQN" value="gov.noaa.nws.ncep.common.dataplugin.pgen" />
<property name="dao" value="gov.noaa.nws.ncep.edex.plugin.pgen.dao.PgenDao" />
<property name="record" value="gov.noaa.nws.ncep.common.dataplugin.pgen.PgenRecord" />
</bean>
<bean id="pgenRegistered" factory-bean="pluginRegistry" factory-method="register">
<constructor-arg ref="pgenPluginName"/>
<constructor-arg ref="pgenProperties"/>
</bean-->
</beans>