Omaha #4079 Update tcs and hpe manifests.

Former-commit-id: 3b0dc2374f86355676144143f8a6628207fb2512
This commit is contained in:
Ben Steffensmeier 2015-05-18 10:25:40 -05:00
parent 0e6f1d6399
commit 6d6127913c
3 changed files with 8 additions and 13 deletions

View file

@ -16,6 +16,8 @@ Require-Bundle: org.eclipse.core.runtime,
com.raytheon.viz.grid;bundle-version="1.14.0",
com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
com.raytheon.uf.common.geospatial;bundle-version="1.14.0",
com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0"
com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0",
com.raytheon.uf.viz.core.grid;bundle-version="1.15.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: com.raytheon.viz.core.rsc

View file

@ -2,20 +2,18 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tcs Plug-in
Bundle-SymbolicName: com.raytheon.uf.viz.tcs
Bundle-Version: 1.14.0.qualifier
Bundle-Version: 1.15.0.qualifier
Bundle-Vendor: RAYTHEON
Require-Bundle: org.eclipse.ui,
com.raytheon.uf.viz.core,
org.eclipse.core.runtime,
org.geotools;bundle-version="2.6.4"
com.raytheon.uf.viz.core.point;bundle-version="1.15.0",
com.raytheon.uf.common.geospatial;bundle-version="1.14.2"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Import-Package: com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.dataplugin.tcs,
com.raytheon.uf.common.dataplugin.tcs.util,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.pointdata,
com.raytheon.uf.common.serialization,
com.raytheon.uf.common.status,
com.raytheon.uf.common.time,
com.raytheon.uf.viz.core,
@ -24,14 +22,9 @@ Import-Package: com.raytheon.uf.common.dataplugin,
com.raytheon.uf.viz.core.map,
com.raytheon.uf.viz.core.rsc,
com.raytheon.uf.viz.core.rsc.capabilities,
com.raytheon.uf.viz.core.status,
com.raytheon.viz.pointdata,
com.raytheon.viz.pointdata.util,
com.vividsolutions.jts.geom,
javax.measure.converter,
javax.measure.unit,
org.eclipse.core.runtime,
org.eclipse.swt.graphics,
org.eclipse.ui.plugin,
org.osgi.framework
org.eclipse.swt.graphics
Export-Package: com.raytheon.uf.viz.tcs.rsc

View file

@ -59,13 +59,13 @@ import com.raytheon.uf.viz.core.drawables.IWireframeShape;
import com.raytheon.uf.viz.core.drawables.PaintProperties;
import com.raytheon.uf.viz.core.exception.VizException;
import com.raytheon.uf.viz.core.map.MapDescriptor;
import com.raytheon.uf.viz.core.point.display.SymbolLoader;
import com.raytheon.uf.viz.core.rsc.AbstractVizResource;
import com.raytheon.uf.viz.core.rsc.IResourceDataChanged;
import com.raytheon.uf.viz.core.rsc.LoadProperties;
import com.raytheon.uf.viz.core.rsc.capabilities.ColorableCapability;
import com.raytheon.uf.viz.core.rsc.capabilities.MagnificationCapability;
import com.raytheon.viz.pointdata.PointDataRequest;
import com.raytheon.viz.pointdata.util.SymbolLoader;
import com.vividsolutions.jts.geom.Coordinate;
/**