Change-Id: Ic82f45447113425a08909be4c5229502882db022 Former-commit-id: 58ccc575973ea9a1778659e17daff8577747dec5
35 lines
1.6 KiB
Text
35 lines
1.6 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Remote Graphics
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.remote.graphics;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.remote.graphics.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
|
|
Eclipse-BuddyPolicy: dependent
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.colormap;bundle-version="1.12.1174",
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.12.1174",
|
|
javax.measure;bundle-version="1.0.0",
|
|
javax.vecmath;bundle-version="1.3.1"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.viz.remote.graphics,
|
|
com.raytheon.uf.viz.remote.graphics.events,
|
|
com.raytheon.uf.viz.remote.graphics.events.clipping,
|
|
com.raytheon.uf.viz.remote.graphics.events.colormap,
|
|
com.raytheon.uf.viz.remote.graphics.events.drawables,
|
|
com.raytheon.uf.viz.remote.graphics.events.fonts,
|
|
com.raytheon.uf.viz.remote.graphics.events.imagery,
|
|
com.raytheon.uf.viz.remote.graphics.events.mesh,
|
|
com.raytheon.uf.viz.remote.graphics.events.mosaic,
|
|
com.raytheon.uf.viz.remote.graphics.events.points,
|
|
com.raytheon.uf.viz.remote.graphics.events.rendering,
|
|
com.raytheon.uf.viz.remote.graphics.events.shapes,
|
|
com.raytheon.uf.viz.remote.graphics.events.strings,
|
|
com.raytheon.uf.viz.remote.graphics.extensions,
|
|
com.raytheon.uf.viz.remote.graphics.objects
|