awips2/edexOsgi/com.raytheon.uf.common.hydro/res/spring/hydro-common.xml
Mark Peters 3386349dd3 Omaha #4409 Change hydro db name to "hydro", add climate plugin to viz feature
Change-Id: I1aa8711eed96791b55b75361134d5acac6653a70

Former-commit-id: 3e9c44648cb1c42ab8beed44e81e5763036d56b5
2015-05-20 10:18:04 -05:00

12 lines
No EOL
518 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="hydroDataFactory" class="com.raytheon.uf.common.hydro.dataaccess.HydroGeometryFactory" />
<bean factory-bean="dataAccessRegistry" factory-method="register">
<constructor-arg value="hydro"/>
<constructor-arg ref="hydroDataFactory"/>
</bean>
</beans>