Issue #2142 more removing of dependencies from common plugins to edex.common
Change-Id: I3ccb07227ef6adef233898e7fae6678ea4d18c7f Former-commit-id:23802cfe02
[formerly28c79d0a56
] [formerly23802cfe02
[formerly28c79d0a56
] [formerlyc2bf2163d9
[formerly 2342170ce4cf51f12759afa26fc5af46f35c6188]]] Former-commit-id:c2bf2163d9
Former-commit-id:2117ec71c6
[formerly018845db8f
] Former-commit-id:f0a8895a98
This commit is contained in:
parent
a80ab51f46
commit
3801d84a2f
36 changed files with 142 additions and 129 deletions
|
@ -7,9 +7,7 @@ Bundle-Activator: com.raytheon.uf.viz.ncwf.Activator
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core
|
Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Import-Package: com.raytheon.edex.db.dao,
|
Import-Package: com.raytheon.uf.common.dataplugin,
|
||||||
com.raytheon.uf.common.dataplugin,
|
|
||||||
com.raytheon.uf.common.dataplugin.ncwf,
|
|
||||||
com.raytheon.uf.common.dataplugin.persist,
|
com.raytheon.uf.common.dataplugin.persist,
|
||||||
com.raytheon.uf.common.datastorage,
|
com.raytheon.uf.common.datastorage,
|
||||||
com.raytheon.uf.common.datastorage.records,
|
com.raytheon.uf.common.datastorage.records,
|
||||||
|
@ -43,4 +41,5 @@ Bundle-ActivationPolicy: lazy
|
||||||
Export-Package: com.raytheon.uf.viz.ncwf,
|
Export-Package: com.raytheon.uf.viz.ncwf,
|
||||||
com.raytheon.uf.viz.ncwf.rsc
|
com.raytheon.uf.viz.ncwf.rsc
|
||||||
Require-Bundle: com.raytheon.uf.viz.core,
|
Require-Bundle: com.raytheon.uf.viz.core,
|
||||||
com.raytheon.viz.core;bundle-version="1.11.16"
|
com.raytheon.viz.core,
|
||||||
|
com.raytheon.uf.common.dataplugin.bufrncwf
|
||||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: AlertMonitor Plug-in
|
Bundle-Name: AlertMonitor Plug-in
|
||||||
Bundle-SymbolicName: com.raytheon.uf.common.alertmonitor
|
Bundle-SymbolicName: com.raytheon.uf.common.alertmonitor
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Import-Package: com.raytheon.uf.common.message,
|
Import-Package: com.raytheon.uf.common.message,
|
||||||
|
|
|
@ -4,7 +4,7 @@ Bundle-Name: Providerretrieval
|
||||||
Bundle-SymbolicName: com.raytheon.uf.common.datadelivery.retrieval
|
Bundle-SymbolicName: com.raytheon.uf.common.datadelivery.retrieval
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
||||||
Require-Bundle: com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
Require-Bundle: com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
||||||
com.raytheon.uf.common.datadelivery.registry;bundle-version="1.0.0",
|
com.raytheon.uf.common.datadelivery.registry;bundle-version="1.0.0",
|
||||||
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
||||||
|
|
|
@ -4,14 +4,15 @@ Bundle-Name: Binlightning Plug-in
|
||||||
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.binlightning
|
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.binlightning
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Export-Package: com.raytheon.uf.common.dataplugin.binlightning,
|
Export-Package: com.raytheon.uf.common.dataplugin.binlightning,
|
||||||
com.raytheon.uf.common.dataplugin.binlightning.impl
|
com.raytheon.uf.common.dataplugin.binlightning.impl
|
||||||
Require-Bundle: com.raytheon.edex.common,
|
Require-Bundle: com.raytheon.uf.common.serialization,
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
Import-Package: com.raytheon.uf.common.dataplugin.binlightning,
|
com.raytheon.uf.common.dataplugin,
|
||||||
com.raytheon.uf.edex.decodertools.core,
|
com.raytheon.uf.common.datastorage
|
||||||
|
Import-Package: com.raytheon.uf.edex.decodertools.core,
|
||||||
com.raytheon.uf.edex.decodertools.time
|
com.raytheon.uf.edex.decodertools.time
|
||||||
|
|
|
@ -6,11 +6,10 @@ Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Export-Package: com.raytheon.uf.common.dataplugin.bufrascat
|
Export-Package: com.raytheon.uf.common.dataplugin.bufrascat
|
||||||
Require-Bundle: com.raytheon.edex.common,
|
Require-Bundle: javax.persistence,
|
||||||
org.geotools,
|
javax.measure,
|
||||||
javax.persistence,
|
com.raytheon.uf.common.serialization,
|
||||||
javax.measure
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.common.geospatial
|
||||||
Import-Package: com.raytheon.uf.common.pointdata,
|
Import-Package: com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata.spatial,
|
com.raytheon.uf.common.pointdata.spatial
|
||||||
com.raytheon.uf.edex.decodertools.time,
|
|
||||||
com.raytheon.uf.edex.pointdata
|
|
||||||
|
|
|
@ -5,12 +5,11 @@ Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrhdw
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Export-Package: com.raytheon.uf.common.dataplugin.bufrhdw,
|
Export-Package: com.raytheon.uf.common.dataplugin.bufrhdw
|
||||||
com.raytheon.uf.common.dataplugin.bufrhdw.dao
|
Require-Bundle: com.raytheon.uf.common.pointdata,
|
||||||
Require-Bundle: com.raytheon.edex.common,
|
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.common.geospatial,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
Import-Package: com.raytheon.uf.common.status
|
Import-Package: com.raytheon.uf.common.status
|
||||||
|
|
|
@ -5,12 +5,11 @@ Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrmthdw
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Export-Package: com.raytheon.uf.common.dataplugin.bufrmthdw,
|
Export-Package: com.raytheon.uf.common.dataplugin.bufrmthdw
|
||||||
com.raytheon.uf.common.dataplugin.bufrmthdw.dao
|
Require-Bundle: com.raytheon.uf.common.pointdata,
|
||||||
Require-Bundle: com.raytheon.edex.common,
|
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
|
com.raytheon.uf.common.geospatial,
|
||||||
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
Import-Package: com.raytheon.uf.common.status
|
Import-Package: com.raytheon.uf.common.status
|
||||||
|
|
|
@ -3,18 +3,16 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Ncwf Plug-in
|
Bundle-Name: Ncwf Plug-in
|
||||||
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrncwf
|
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrncwf
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Export-Package: com.raytheon.uf.common.dataplugin.ncwf,
|
Export-Package: com.raytheon.uf.common.dataplugin.ncwf
|
||||||
com.raytheon.uf.common.dataplugin.ncwf.dao
|
Require-Bundle: com.raytheon.uf.common.serialization,
|
||||||
Require-Bundle: com.raytheon.edex.common,
|
|
||||||
org.geotools,
|
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.common.geospatial
|
||||||
Import-Package: com.raytheon.uf.common.pointdata,
|
Import-Package: com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata.spatial,
|
com.raytheon.uf.common.pointdata.spatial,
|
||||||
com.raytheon.uf.common.status,
|
com.raytheon.uf.common.status,
|
||||||
com.raytheon.uf.edex.decodertools.core,
|
com.raytheon.uf.edex.decodertools.core
|
||||||
com.raytheon.uf.edex.decodertools.time,
|
|
||||||
com.raytheon.uf.edex.pointdata
|
|
||||||
|
|
|
@ -5,12 +5,11 @@ Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrquikscat
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Export-Package: com.raytheon.uf.common.dataplugin.bufrquikscat,
|
Export-Package: com.raytheon.uf.common.dataplugin.bufrquikscat
|
||||||
com.raytheon.uf.common.dataplugin.bufrquikscat.dao
|
Require-Bundle: com.raytheon.uf.common.pointdata,
|
||||||
Require-Bundle: com.raytheon.edex.common,
|
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
|
com.raytheon.uf.common.geospatial,
|
||||||
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
Import-Package: com.raytheon.uf.common.status
|
Import-Package: com.raytheon.uf.common.status
|
||||||
|
|
|
@ -3,20 +3,17 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Bufrsigwx Plug-in
|
Bundle-Name: Bufrsigwx Plug-in
|
||||||
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrsigwx
|
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrsigwx
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Export-Package: com.raytheon.uf.common.dataplugin.bufrsigwx,
|
Export-Package: com.raytheon.uf.common.dataplugin.bufrsigwx,
|
||||||
com.raytheon.uf.common.dataplugin.bufrsigwx.dao,
|
|
||||||
com.raytheon.uf.common.dataplugin.bufrsigwx.common
|
com.raytheon.uf.common.dataplugin.bufrsigwx.common
|
||||||
Require-Bundle: com.raytheon.edex.common,
|
Require-Bundle: com.raytheon.uf.common.serialization,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
|
com.raytheon.uf.common.dataplugin
|
||||||
Import-Package: com.raytheon.uf.common.pointdata,
|
Import-Package: com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.status,
|
com.raytheon.uf.common.status,
|
||||||
com.raytheon.uf.edex.decodertools.time,
|
|
||||||
com.raytheon.uf.edex.pointdata,
|
|
||||||
org.apache.commons.logging
|
org.apache.commons.logging
|
||||||
|
|
|
@ -3,19 +3,17 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Bufrssmi Plug-in
|
Bundle-Name: Bufrssmi Plug-in
|
||||||
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrssmi
|
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.bufrssmi
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Export-Package: com.raytheon.uf.common.dataplugin.bufrssmi,
|
Export-Package: com.raytheon.uf.common.dataplugin.bufrssmi
|
||||||
com.raytheon.uf.common.dataplugin.bufrssmi.dao
|
Require-Bundle: com.raytheon.uf.common.serialization,
|
||||||
Require-Bundle: com.raytheon.edex.common,
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
|
com.raytheon.uf.common.geospatial,
|
||||||
|
com.raytheon.uf.common.dataplugin
|
||||||
Import-Package: com.raytheon.uf.common.dataplugin.bufrssmi,
|
Import-Package: com.raytheon.uf.common.dataplugin.bufrssmi,
|
||||||
com.raytheon.uf.common.pointdata,
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.status,
|
com.raytheon.uf.common.status,
|
||||||
com.raytheon.uf.edex.decodertools.time,
|
com.raytheon.uf.edex.decodertools.time
|
||||||
com.raytheon.uf.edex.pointdata
|
|
||||||
|
|
|
@ -5,15 +5,19 @@ Bundle-SymbolicName: com.raytheon.uf.edex.plugin.bufrascat
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrascat;bundle-version="1.0.0",
|
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrascat,
|
||||||
com.raytheon.edex.common;bundle-version="1.11.1",
|
com.raytheon.uf.edex.decodertools,
|
||||||
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.edex.pointdata,
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
com.raytheon.uf.common.localization,
|
com.raytheon.uf.common.localization,
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
Import-Package: com.raytheon.uf.common.status,
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.edex.database,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
|
Import-Package: com.raytheon.uf.common.datastorage,
|
||||||
|
com.raytheon.uf.common.status,
|
||||||
com.raytheon.uf.edex.bufrtools,
|
com.raytheon.uf.edex.bufrtools,
|
||||||
|
com.raytheon.uf.edex.core,
|
||||||
org.apache.commons.logging
|
org.apache.commons.logging
|
||||||
|
|
|
@ -6,12 +6,17 @@ Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrhdw;bundle-version="1.0.0",
|
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrhdw;bundle-version="1.0.0",
|
||||||
com.raytheon.edex.common;bundle-version="1.11.1",
|
com.raytheon.uf.edex.decodertools,
|
||||||
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.edex.pointdata,
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
Import-Package: com.raytheon.uf.edex.bufrtools,
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.edex.database,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
|
Import-Package: com.raytheon.uf.common.datastorage,
|
||||||
|
com.raytheon.uf.common.status,
|
||||||
|
com.raytheon.uf.edex.bufrtools,
|
||||||
|
com.raytheon.uf.edex.core,
|
||||||
org.apache.commons.logging
|
org.apache.commons.logging
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<bean id="bufrhdwProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
<bean id="bufrhdwProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
||||||
<property name="pluginName" ref="bufrhdwPluginName" />
|
<property name="pluginName" ref="bufrhdwPluginName" />
|
||||||
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrhdw" />
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrhdw" />
|
||||||
<property name="dao" value="com.raytheon.uf.common.dataplugin.bufrhdw.dao.BufrHDWObsDao" />
|
<property name="dao" value="com.raytheon.uf.edex.plugin.bufrhdw.BufrHDWObsDao" />
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrhdw.BufrHDWObs" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrhdw.BufrHDWObs" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||||
* further licensing information.
|
* further licensing information.
|
||||||
**/
|
**/
|
||||||
package com.raytheon.uf.common.dataplugin.bufrhdw.dao;
|
package com.raytheon.uf.edex.plugin.bufrhdw;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginException;
|
import com.raytheon.uf.common.dataplugin.PluginException;
|
|
@ -25,7 +25,6 @@ import java.util.List;
|
||||||
|
|
||||||
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrhdw.BufrHDWObs;
|
import com.raytheon.uf.common.dataplugin.bufrhdw.BufrHDWObs;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrhdw.dao.BufrHDWObsDao;
|
|
||||||
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
||||||
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
||||||
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
||||||
|
|
|
@ -5,13 +5,14 @@ Bundle-SymbolicName: com.raytheon.uf.edex.plugin.bufrmthdw
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrmthdw;bundle-version="1.0.0",
|
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrmthdw,
|
||||||
com.raytheon.edex.common;bundle-version="1.11.1",
|
com.raytheon.edex.common,
|
||||||
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
|
com.raytheon.uf.edex.decodertools,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.edex.pointdata,
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure
|
||||||
Import-Package: com.raytheon.uf.edex.bufrtools,
|
Import-Package: com.raytheon.uf.common.status,
|
||||||
|
com.raytheon.uf.edex.bufrtools,
|
||||||
org.apache.commons.logging
|
org.apache.commons.logging
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<bean id="bufrmthdwProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
<bean id="bufrmthdwProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
||||||
<property name="pluginName" ref="bufrmthdwPluginName" />
|
<property name="pluginName" ref="bufrmthdwPluginName" />
|
||||||
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrmthdw" />
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrmthdw" />
|
||||||
<property name="dao" value="com.raytheon.uf.common.dataplugin.bufrmthdw.dao.BufrMTHDWObsDao" />
|
<property name="dao" value="com.raytheon.uf.edex.plugin.bufrmthdw.BufrMTHDWObsDao" />
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrmthdw.BufrMTHDWObs" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrmthdw.BufrMTHDWObs" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||||
* further licensing information.
|
* further licensing information.
|
||||||
**/
|
**/
|
||||||
package com.raytheon.uf.common.dataplugin.bufrmthdw.dao;
|
package com.raytheon.uf.edex.plugin.bufrmthdw;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
|
@ -25,7 +25,6 @@ import java.util.List;
|
||||||
|
|
||||||
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrmthdw.BufrMTHDWObs;
|
import com.raytheon.uf.common.dataplugin.bufrmthdw.BufrMTHDWObs;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrmthdw.dao.BufrMTHDWObsDao;
|
|
||||||
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
||||||
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
||||||
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
||||||
|
|
|
@ -6,12 +6,17 @@ Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrncwf,
|
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrncwf,
|
||||||
com.raytheon.edex.common;bundle-version="1.11.1",
|
com.raytheon.uf.edex.decodertools,
|
||||||
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.edex.pointdata,
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
Import-Package: com.raytheon.uf.edex.bufrtools,
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.edex.database,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
|
Import-Package: com.raytheon.uf.common.datastorage,
|
||||||
|
com.raytheon.uf.common.status,
|
||||||
|
com.raytheon.uf.edex.bufrtools,
|
||||||
|
com.raytheon.uf.edex.core,
|
||||||
org.apache.commons.logging
|
org.apache.commons.logging
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<bean id="bufrncwfProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
<bean id="bufrncwfProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
||||||
<property name="pluginName" ref="bufrncwfPluginName" />
|
<property name="pluginName" ref="bufrncwfPluginName" />
|
||||||
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrncwf" />
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrncwf" />
|
||||||
<property name="dao" value="com.raytheon.uf.common.dataplugin.ncwf.dao.BUFRncwfDao" />
|
<property name="dao" value="com.raytheon.uf.edex.plugin.bufrncwf.BUFRncwfDao" />
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.ncwf.BUFRncwf" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.ncwf.BUFRncwf" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||||
* further licensing information.
|
* further licensing information.
|
||||||
**/
|
**/
|
||||||
package com.raytheon.uf.common.dataplugin.ncwf.dao;
|
package com.raytheon.uf.edex.plugin.bufrncwf;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
|
@ -26,7 +26,6 @@ import java.util.List;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginException;
|
import com.raytheon.uf.common.dataplugin.PluginException;
|
||||||
import com.raytheon.uf.common.dataplugin.ncwf.BUFRncwf;
|
import com.raytheon.uf.common.dataplugin.ncwf.BUFRncwf;
|
||||||
import com.raytheon.uf.common.dataplugin.ncwf.dao.BUFRncwfDao;
|
|
||||||
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
||||||
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
||||||
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
||||||
|
|
|
@ -5,13 +5,18 @@ Bundle-SymbolicName: com.raytheon.uf.edex.plugin.bufrquikscat
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrquikscat;bundle-version="1.0.0",
|
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrquikscat,
|
||||||
com.raytheon.edex.common;bundle-version="1.11.1",
|
com.raytheon.uf.edex.decodertools,
|
||||||
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.edex.pointdata,
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
Import-Package: com.raytheon.uf.edex.bufrtools,
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.edex.database,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
|
Import-Package: com.raytheon.uf.common.datastorage,
|
||||||
|
com.raytheon.uf.common.status,
|
||||||
|
com.raytheon.uf.edex.bufrtools,
|
||||||
|
com.raytheon.uf.edex.core,
|
||||||
org.apache.commons.logging
|
org.apache.commons.logging
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<bean id="bufrquikscatProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
<bean id="bufrquikscatProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
||||||
<property name="pluginName" ref="bufrquikscatPluginName" />
|
<property name="pluginName" ref="bufrquikscatPluginName" />
|
||||||
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrquikscat" />
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrquikscat" />
|
||||||
<property name="dao" value="com.raytheon.uf.common.dataplugin.bufrquikscat.dao.QUIKScatObsDao" />
|
<property name="dao" value="com.raytheon.uf.edex.plugin.bufrquikscat.QUIKScatObsDao" />
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrquikscat.QUIKScatObs" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrquikscat.QUIKScatObs" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@ import java.util.List;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginException;
|
import com.raytheon.uf.common.dataplugin.PluginException;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrquikscat.QUIKScatObs;
|
import com.raytheon.uf.common.dataplugin.bufrquikscat.QUIKScatObs;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrquikscat.dao.QUIKScatObsDao;
|
|
||||||
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
||||||
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
||||||
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||||
* further licensing information.
|
* further licensing information.
|
||||||
**/
|
**/
|
||||||
package com.raytheon.uf.common.dataplugin.bufrquikscat.dao;
|
package com.raytheon.uf.edex.plugin.bufrquikscat;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginException;
|
import com.raytheon.uf.common.dataplugin.PluginException;
|
|
@ -6,12 +6,17 @@ Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrsigwx,
|
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrsigwx,
|
||||||
com.raytheon.edex.common;bundle-version="1.11.1",
|
com.raytheon.uf.edex.decodertools,
|
||||||
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.edex.pointdata,
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
Import-Package: com.raytheon.uf.edex.bufrtools,
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.edex.database,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
|
Import-Package: com.raytheon.uf.common.datastorage,
|
||||||
|
com.raytheon.uf.common.status,
|
||||||
|
com.raytheon.uf.edex.bufrtools,
|
||||||
|
com.raytheon.uf.edex.core,
|
||||||
org.apache.commons.logging
|
org.apache.commons.logging
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<bean id="bufrsigwxProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
<bean id="bufrsigwxProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
||||||
<property name="pluginName" ref="bufrsigwxPluginName" />
|
<property name="pluginName" ref="bufrsigwxPluginName" />
|
||||||
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrsigwx" />
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrsigwx" />
|
||||||
<property name="dao" value="com.raytheon.uf.common.dataplugin.bufrsigwx.dao.SigWxDataDao" />
|
<property name="dao" value="com.raytheon.uf.edex.plugin.bufrsigwx.SigWxDataDao" />
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrsigwx.SigWxData" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrsigwx.SigWxData" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||||
* further licensing information.
|
* further licensing information.
|
||||||
**/
|
**/
|
||||||
package com.raytheon.uf.common.dataplugin.bufrsigwx.dao;
|
package com.raytheon.uf.edex.plugin.bufrsigwx;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
|
@ -26,7 +26,6 @@ import java.util.List;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginException;
|
import com.raytheon.uf.common.dataplugin.PluginException;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrsigwx.SigWxData;
|
import com.raytheon.uf.common.dataplugin.bufrsigwx.SigWxData;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrsigwx.dao.SigWxDataDao;
|
|
||||||
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
||||||
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
||||||
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
||||||
|
|
|
@ -5,13 +5,18 @@ Bundle-SymbolicName: com.raytheon.uf.edex.plugin.bufrssmi
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Vendor: RAYTHEON
|
Bundle-Vendor: RAYTHEON
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrssmi;bundle-version="1.0.0",
|
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrssmi,
|
||||||
com.raytheon.edex.common;bundle-version="1.11.1",
|
com.raytheon.uf.edex.decodertools,
|
||||||
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
|
com.raytheon.uf.common.pointdata,
|
||||||
com.raytheon.uf.common.pointdata;bundle-version="1.11.8",
|
com.raytheon.uf.edex.pointdata,
|
||||||
com.raytheon.uf.edex.pointdata;bundle-version="1.11.8",
|
|
||||||
org.geotools,
|
org.geotools,
|
||||||
javax.persistence,
|
javax.persistence,
|
||||||
javax.measure
|
javax.measure,
|
||||||
Import-Package: com.raytheon.uf.edex.bufrtools,
|
com.raytheon.uf.common.dataplugin,
|
||||||
|
com.raytheon.uf.edex.database,
|
||||||
|
com.raytheon.uf.common.serialization
|
||||||
|
Import-Package: com.raytheon.uf.common.datastorage,
|
||||||
|
com.raytheon.uf.common.status,
|
||||||
|
com.raytheon.uf.edex.bufrtools,
|
||||||
|
com.raytheon.uf.edex.core,
|
||||||
org.apache.commons.logging
|
org.apache.commons.logging
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<bean id="bufrssmiProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
<bean id="bufrssmiProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
||||||
<property name="pluginName" ref="bufrssmiPluginName" />
|
<property name="pluginName" ref="bufrssmiPluginName" />
|
||||||
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrssmi" />
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrssmi" />
|
||||||
<property name="dao" value="com.raytheon.uf.common.dataplugin.bufrssmi.dao.SSMIScanDataDao" />
|
<property name="dao" value="com.raytheon.uf.edex.plugin.bufrssmi.SSMIScanDataDao" />
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrssmi.SSMIScanData" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrssmi.SSMIScanData" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@ import java.util.List;
|
||||||
|
|
||||||
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
import com.raytheon.uf.common.dataplugin.PluginDataObject;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrssmi.SSMIScanData;
|
import com.raytheon.uf.common.dataplugin.bufrssmi.SSMIScanData;
|
||||||
import com.raytheon.uf.common.dataplugin.bufrssmi.dao.SSMIScanDataDao;
|
|
||||||
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
import com.raytheon.uf.common.pointdata.PointDataDescription;
|
||||||
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
import com.raytheon.uf.edex.bufrtools.AbstractBUFRDecoder;
|
||||||
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
import com.raytheon.uf.edex.decodertools.bufr.BUFRDataDocument;
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||||
* further licensing information.
|
* further licensing information.
|
||||||
**/
|
**/
|
||||||
package com.raytheon.uf.common.dataplugin.bufrssmi.dao;
|
package com.raytheon.uf.edex.plugin.bufrssmi;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import com.raytheon.uf.common.dataplugin.PluginException;
|
import com.raytheon.uf.common.dataplugin.PluginException;
|
Loading…
Add table
Reference in a new issue