From 03fb4fc2158113d2d06dcbfa4a570b8ab962b38c Mon Sep 17 00:00:00 2001 From: Chin Chen Date: Tue, 4 Aug 2015 15:16:36 -0400 Subject: [PATCH] VLab Issue #9961 CAVE>NSHARP - D2D changes to support replacement of uE code Change-Id: Ia6ef7d43685d91f7bef6a491bb09723275d92fe7 Former-commit-id: a5d9a3771c96e2de2a6142a3f81538592fe29fa4 [formerly 99cbf1fbb04733bfddb9c7fd1784c753ac8e36dc] Former-commit-id: a3ed67b12fcdaeb3fbec5c87fb2ee05508271dfe --- cave/com.raytheon.uf.viz.d2d.nsharp/META-INF/MANIFEST.MF | 1 + .../uf/viz/d2d/nsharp/rsc/BufruaNSharpResourceData.java | 2 +- .../raytheon/uf/viz/d2d/nsharp/rsc/GribNSharpResourceData.java | 2 +- .../uf/viz/d2d/nsharp/rsc/MdlSndNSharpResourceData.java | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cave/com.raytheon.uf.viz.d2d.nsharp/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.d2d.nsharp/META-INF/MANIFEST.MF index 19e7b2d442..0e8361aa4c 100644 --- a/cave/com.raytheon.uf.viz.d2d.nsharp/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.d2d.nsharp/META-INF/MANIFEST.MF @@ -26,3 +26,4 @@ Require-Bundle: com.raytheon.uf.viz.core;bundle-version="1.14.0", Export-Package: com.raytheon.uf.viz.d2d.nsharp, com.raytheon.uf.viz.d2d.nsharp.display, com.raytheon.uf.viz.d2d.nsharp.rsc +Import-Package: gov.noaa.nws.ncep.viz.soundingrequest diff --git a/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/BufruaNSharpResourceData.java b/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/BufruaNSharpResourceData.java index 40f04cb3fb..fc557674cc 100644 --- a/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/BufruaNSharpResourceData.java +++ b/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/BufruaNSharpResourceData.java @@ -23,7 +23,7 @@ import gov.noaa.nws.ncep.edex.common.sounding.NcSoundingCube; import gov.noaa.nws.ncep.edex.common.sounding.NcSoundingLayer; import gov.noaa.nws.ncep.edex.common.sounding.NcSoundingProfile.ObsSndType; import gov.noaa.nws.ncep.ui.nsharp.NsharpStationInfo; -import gov.noaa.nws.ncep.viz.common.soundingQuery.NcSoundingQuery; +import gov.noaa.nws.ncep.viz.soundingrequest.NcSoundingQuery; import java.util.Map; diff --git a/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/GribNSharpResourceData.java b/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/GribNSharpResourceData.java index b3cfa7d68c..733d81fba0 100644 --- a/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/GribNSharpResourceData.java +++ b/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/GribNSharpResourceData.java @@ -25,7 +25,7 @@ import gov.noaa.nws.ncep.edex.common.sounding.NcSoundingProfile; import gov.noaa.nws.ncep.ui.nsharp.NsharpConfigManager; import gov.noaa.nws.ncep.ui.nsharp.NsharpConfigStore; import gov.noaa.nws.ncep.ui.nsharp.NsharpStationInfo; -import gov.noaa.nws.ncep.viz.common.soundingQuery.NcSoundingQuery; +import gov.noaa.nws.ncep.viz.soundingrequest.NcSoundingQuery; import java.util.List; diff --git a/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/MdlSndNSharpResourceData.java b/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/MdlSndNSharpResourceData.java index baf9b00083..463291b65d 100644 --- a/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/MdlSndNSharpResourceData.java +++ b/cave/com.raytheon.uf.viz.d2d.nsharp/src/com/raytheon/uf/viz/d2d/nsharp/rsc/MdlSndNSharpResourceData.java @@ -22,7 +22,7 @@ package com.raytheon.uf.viz.d2d.nsharp.rsc; import gov.noaa.nws.ncep.edex.common.sounding.NcSoundingCube; import gov.noaa.nws.ncep.edex.common.sounding.NcSoundingLayer; import gov.noaa.nws.ncep.ui.nsharp.NsharpStationInfo; -import gov.noaa.nws.ncep.viz.common.soundingQuery.NcSoundingQuery; +import gov.noaa.nws.ncep.viz.soundingrequest.NcSoundingQuery; import java.util.Map;