Issue #2537 Fix modelsounding registration.
Former-commit-id:819369747e
[formerly819369747e
[formerly e4e476afc2063211523840eaa6f845a4c2264774]] Former-commit-id:1db0291792
Former-commit-id:501aec2537
This commit is contained in:
parent
d2d7920575
commit
d06eb22524
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<bean id="modelsoundingProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
<bean id="modelsoundingProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
||||||
<property name="pluginName" ref="modelsoundingPluginName" />
|
<property name="pluginName" ref="modelsoundingPluginName" />
|
||||||
<property name="pluginFQN" value="com.raytheon.uf.edex.plugin.modelsounding" />
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.modelsounding" />
|
||||||
<property name="dao" value="com.raytheon.uf.edex.plugin.modelsounding.dao.ModelSoundingDAO" />
|
<property name="dao" value="com.raytheon.uf.edex.plugin.modelsounding.dao.ModelSoundingDAO" />
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.modelsounding.SoundingSite" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.modelsounding.SoundingSite" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
Loading…
Add table
Reference in a new issue