awips2/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/res/spring/ccfp-common.xml
Brad Gonzales 4303081919 Issue #3001 Changed ccfp-common.xml to used common. Fixed version in com.raytheon.viz.aviation/META-INF/MANIFEST.MF.
Change-Id: I118afa785fff93251950f0f10e72979174de35cb

Former-commit-id: 3fb2835dd3 [formerly 3fb2835dd3 [formerly cd85b148b6b267779d1fe8b510f14f63c45db77a]]
Former-commit-id: 44ada20a68
Former-commit-id: dd237ea8ff
2014-04-21 10:22:57 -05:00

17 lines
No EOL
717 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="ccfpProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
<property name="pluginName" value="ccfp" />
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.ccfp" />
<property name="record" value="com.raytheon.uf.common.dataplugin.ccfp.CcfpRecord" />
</bean>
<bean factory-bean="pluginRegistry" factory-method="register">
<constructor-arg value="ccfp"/>
<constructor-arg ref="ccfpProperties"/>
</bean>
</beans>