Omaha #3671 turn on LZF compression of satellite hdf5 data

Change-Id: I6709fa5a262a0119d81d2b22745c2d4f67d649aa

Former-commit-id: 9158ce06e2 [formerly 7e3b5f973b] [formerly 9158ce06e2 [formerly 7e3b5f973b] [formerly 6a1ee6a5d0 [formerly 2f79d47e4ed5aaf316d54a442123b9906fa8d2b9]]]
Former-commit-id: 6a1ee6a5d0
Former-commit-id: 40b7f9b574 [formerly e288d38707]
Former-commit-id: 534653c297
This commit is contained in:
Nate Jensen 2014-09-30 10:58:21 -05:00
parent c9dbc2a8bc
commit 23204510d8

View file

@ -4,10 +4,11 @@
<bean id="satelliteProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties"
depends-on="satellitePluginName">
<property name="pluginName" ref="satellitePluginName" />
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.satellite" />
<property name="dao" value="com.raytheon.edex.plugin.satellite.dao.SatelliteDao" />
<property name="record" value="com.raytheon.uf.common.dataplugin.satellite.SatelliteRecord" />
<property name="pluginName" ref="satellitePluginName" />
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.satellite" />
<property name="dao" value="com.raytheon.edex.plugin.satellite.dao.SatelliteDao" />
<property name="record" value="com.raytheon.uf.common.dataplugin.satellite.SatelliteRecord" />
<property name="compression" value="LZF" />
</bean>
<bean id="satelliteRegistered" factory-bean="pluginRegistry" factory-method="register">