awips2/cave/com.raytheon.viz.grid/res/spring/grid-datacube-spring.xml
Everett Kladstrup 86bf2b5ea0 Issue #2725 Move derived parameters logic to common
* Make derived parameters not use VizException
* Move derived parameters packages from the viz hierarchy
  to the common hierarchy
* Move data cube classes that don't depend on derived parameters
  to thier own plugin
* Moved DataCubeContainer and supporting frontend classes from
  viz.core to viz.datacube


Former-commit-id: 8b19b3601a [formerly 06d6961c0f] [formerly 0699041518 [formerly ad4a8cfbbc6de72810492c8f1de9701d381b6019]]
Former-commit-id: 0699041518
Former-commit-id: 260d0beddc
2014-04-09 09:31:12 -05:00

13 lines
No EOL
524 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="gridDataCubeAdapter" class="com.raytheon.viz.grid.util.GridDataCubeAdapter" />
<bean id="gridDataCubeAdapterRegistered"
factory-bean="dataCubeAdapterRegistry"
factory-method="registerAdapter">
<constructor-arg ref="gridDataCubeAdapter" />
</bean>
</beans>