diff --git a/cave/com.raytheon.uf.viz.dataplugin.obs.feature/feature.xml b/cave/com.raytheon.uf.viz.dataplugin.obs.feature/feature.xml
index 66481fea61..6325da8b55 100644
--- a/cave/com.raytheon.uf.viz.dataplugin.obs.feature/feature.xml
+++ b/cave/com.raytheon.uf.viz.dataplugin.obs.feature/feature.xml
@@ -22,13 +22,6 @@
-
-
-
-
-
-
*
*/
-public class DecodeRadarImage extends ScriptTask {
+@Deprecated
+public class DecodeRadarImage {
- private static final IUFStatusHandler handler = UFStatus.getHandler(DecodeRadarImage.class);
+ private static final IUFStatusHandler handler = UFStatus
+ .getHandler(DecodeRadarImage.class);
private RadarRecord radarRecord;
@@ -75,12 +76,6 @@ public class DecodeRadarImage extends ScriptTask {
geometry = radarTiler.constructGridGeometry();
}
- /*
- * (non-Javadoc)
- *
- * @see com.raytheon.edex.uengine.js.tasks.ScriptTask#execute()
- */
- @Override
public byte[] execute() {
byte[] bi = null;
diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.qc/META-INF/MANIFEST.MF b/edexOsgi/com.raytheon.uf.edex.plugin.qc/META-INF/MANIFEST.MF
index 412794d00c..46d5912f4e 100644
--- a/edexOsgi/com.raytheon.uf.edex.plugin.qc/META-INF/MANIFEST.MF
+++ b/edexOsgi/com.raytheon.uf.edex.plugin.qc/META-INF/MANIFEST.MF
@@ -15,7 +15,6 @@ Require-Bundle: com.raytheon.edex.common;bundle-version="1.11.17",
javax.persistence;bundle-version="1.0.0",
ucar.nc2;bundle-version="1.0.0"
Export-Package: com.raytheon.uf.edex.plugin.qc.common
-Import-Package: com.raytheon.edex.uengine.tasks.query,
- com.raytheon.uf.common.message.response,
+Import-Package: com.raytheon.uf.common.message.response,
com.raytheon.uf.common.status,
org.apache.commons.logging
diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.satellite.mcidas/META-INF/MANIFEST.MF b/edexOsgi/com.raytheon.uf.edex.plugin.satellite.mcidas/META-INF/MANIFEST.MF
index 9931669e57..b2771eb115 100644
--- a/edexOsgi/com.raytheon.uf.edex.plugin.satellite.mcidas/META-INF/MANIFEST.MF
+++ b/edexOsgi/com.raytheon.uf.edex.plugin.satellite.mcidas/META-INF/MANIFEST.MF
@@ -14,8 +14,7 @@ Require-Bundle: com.raytheon.edex.common,
com.raytheon.uf.common.dataplugin.satellite;bundle-version="1.0.0",
com.raytheon.edex.plugin.satellite;bundle-version="1.12.1174"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Import-Package: com.raytheon.edex.uengine.tasks.query,
- com.raytheon.uf.common.localization,
+Import-Package: com.raytheon.uf.common.localization,
com.raytheon.uf.common.menus,
com.raytheon.uf.common.menus.xml,
com.raytheon.uf.common.status
diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/META-INF/MANIFEST.MF b/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/META-INF/MANIFEST.MF
index a47e6be5ba..15e7cc558a 100644
--- a/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/META-INF/MANIFEST.MF
+++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/META-INF/MANIFEST.MF
@@ -10,8 +10,7 @@ Require-Bundle: com.raytheon.edex.common;bundle-version="1.12.1174",
com.raytheon.uf.common.parameter;bundle-version="1.0.0",
com.raytheon.uf.common.dataplugin.level;bundle-version="1.12.1174",
com.raytheon.uf.common.status;bundle-version="1.12.1174"
-Import-Package: com.raytheon.edex.uengine.tasks.query,
- com.raytheon.uf.common.pointdata,
+Import-Package: com.raytheon.uf.common.pointdata,
com.raytheon.uf.common.serialization.comm,
com.raytheon.uf.edex.pointdata,
org.apache.commons.logging
diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/src/gov/noaa/nws/ncep/common/dataplugin/gpd/query/GenericPointDataQuery.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/src/gov/noaa/nws/ncep/common/dataplugin/gpd/query/GenericPointDataQuery.java
index e55e603f4b..ac8d6c0d9d 100644
--- a/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/src/gov/noaa/nws/ncep/common/dataplugin/gpd/query/GenericPointDataQuery.java
+++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/src/gov/noaa/nws/ncep/common/dataplugin/gpd/query/GenericPointDataQuery.java
@@ -7,8 +7,9 @@
* SOFTWARE HISTORY
*
* Date Ticket# Engineer Description
- * ------- ------- -------- -----------
- * 05/30/2013 Chin J. Chen Initial coding
+ * ------- ------- -------- -----------
+ * 05/30/2013 Chin J. Chen Initial coding
+ * 04/14/2014 2984 njensen Remove unused uengine dependency
*
*
*
@@ -25,7 +26,6 @@ import java.util.HashSet;
import java.util.List;
import java.util.Map;
-import com.raytheon.edex.uengine.tasks.query.TableQuery;
import com.raytheon.uf.common.dataplugin.PluginException;
import com.raytheon.uf.common.datastorage.records.FloatDataRecord;
import com.raytheon.uf.common.datastorage.records.IDataRecord;
@@ -41,7 +41,6 @@ import com.raytheon.uf.edex.pointdata.PointDataQuery;
public class GenericPointDataQuery extends PointDataQuery {
- protected TableQuery tq;
public GenericPointDataQuery(String plugin)
throws DataAccessLayerException, PluginException {
super(plugin);
diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/META-INF/MANIFEST.MF b/ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/META-INF/MANIFEST.MF
index b98cf6da91..f4da11c2a4 100644
--- a/ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/META-INF/MANIFEST.MF
+++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/META-INF/MANIFEST.MF
@@ -14,7 +14,6 @@ Require-Bundle: com.raytheon.edex.common;bundle-version="1.11.17",
javax.measure;bundle-version="1.0.0",
org.apache.commons.lang;bundle-version="2.3.0",
javax.persistence;bundle-version="1.0.0",
- com.raytheon.edex.uengine;bundle-version="1.11.17",
org.apache.commons.codec;bundle-version="1.3.0",
edu.wisc.ssec.mcidas;bundle-version="1.0.0",
com.raytheon.uf.common.numeric;bundle-version="1.14.0"
diff --git a/ncep/gov.noaa.nws.ncep.viz.rsc.satellite/META-INF/MANIFEST.MF b/ncep/gov.noaa.nws.ncep.viz.rsc.satellite/META-INF/MANIFEST.MF
index ae8bd1e1d2..a5fb99995c 100644
--- a/ncep/gov.noaa.nws.ncep.viz.rsc.satellite/META-INF/MANIFEST.MF
+++ b/ncep/gov.noaa.nws.ncep.viz.rsc.satellite/META-INF/MANIFEST.MF
@@ -17,7 +17,6 @@ Require-Bundle: org.eclipse.ui,
com.raytheon.viz.ui,
javax.measure;bundle-version="1.0.0",
javax.persistence;bundle-version="1.0.0",
- com.raytheon.edex.uengine;bundle-version="1.11.17",
org.apache.commons.lang,
org.geotools,
com.raytheon.uf.common.colormap;bundle-version="1.11.7",
diff --git a/ost/gov.noaa.nws.ost.edex.plugin.regionalsat/META-INF/MANIFEST.MF b/ost/gov.noaa.nws.ost.edex.plugin.regionalsat/META-INF/MANIFEST.MF
index bfbcf1bd2e..4ba2227cec 100644
--- a/ost/gov.noaa.nws.ost.edex.plugin.regionalsat/META-INF/MANIFEST.MF
+++ b/ost/gov.noaa.nws.ost.edex.plugin.regionalsat/META-INF/MANIFEST.MF
@@ -15,7 +15,6 @@ Require-Bundle: com.raytheon.edex.common,
ucar.nc2;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package:
- com.raytheon.edex.uengine.tasks.query,
com.raytheon.edex.util.satellite,
com.raytheon.uf.common.dataplugin.satellite,
com.raytheon.uf.common.localization,