awips2/cave/com.raytheon.viz.dataaccess/META-INF/MANIFEST.MF
Bryan Kowal eaccf2d09a Issue #1555 - initial generic geometry resource
- refactored viz data access resources
- updated hydro factory based on existing hydro code
- geometric lines and polygons are now both rendered using wireframe shapes and the same logic
- relocated the data used to render the geometries to the resource
- points are created instead of circles for geometric points
- do not store legend text as a static variable in the abstract data access resource
- addressed peer review comments

Change-Id: Ic7792aede9e24445af541f01631886645a8cf1f0

Former-commit-id: 442a2f8fa4 [formerly a86d2b5769] [formerly 442a2f8fa4 [formerly a86d2b5769] [formerly 1732e6b4ea [formerly 04179bd343c3ec976c601e2856a3949e4515b472]]]
Former-commit-id: 1732e6b4ea
Former-commit-id: 9c7d8ca3d3 [formerly c8a6b08394]
Former-commit-id: 3b2342193f
2013-02-06 12:03:40 -06:00

23 lines
955 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Viz Data Access
Bundle-SymbolicName: com.raytheon.viz.dataaccess
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.raytheon.viz.dataaccess.Activator
Bundle-Vendor: RAYTHEON
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
Eclipse-BuddyPolicy: ext, global
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
com.raytheon.uf.common.time;bundle-version="1.12.1174",
com.raytheon.uf.common.dataaccess;bundle-version="1.0.0",
com.raytheon.viz.core;bundle-version="1.12.1174",
com.raytheon.uf.common.colormap;bundle-version="1.12.1174",
javax.measure;bundle-version="1.0.0",
org.apache.commons.lang;bundle-version="2.3.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: com.raytheon.viz.dataaccess.rsc,
com.raytheon.viz.dataaccess.rsc.geometry,
com.raytheon.viz.dataaccess.rsc.grid