14 lines
500 B
Text
14 lines
500 B
Text
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: Triangulated Image Rendering
|
||
|
Bundle-SymbolicName: com.raytheon.uf.viz.drawables.triangulated;singleton:=true
|
||
|
Bundle-Version: 1.19.0.qualifier
|
||
|
Bundle-Vendor: RAYTHEON
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||
|
Require-Bundle: com.raytheon.uf.viz.core,
|
||
|
com.raytheon.uf.common.colormap,
|
||
|
javax.measure
|
||
|
Import-Package: org.locationtech.jts.algorithm,
|
||
|
org.locationtech.jts.geom
|
||
|
Export-Package: com.raytheon.uf.viz.drawables.triangulated
|