Change-Id: I49099386a48b650c9e6ea1a96b519fbc178f769f Former-commit-id: 89de611bd1abdd016ae8a96db4c820004c52b406
32 lines
1.4 KiB
Text
32 lines
1.4 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.14.1.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.remote.graphics.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Bundle-ActivationPolicy: lazy
|
|
Eclipse-BuddyPolicy: dependent
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
|
|
com.raytheon.uf.viz.core;bundle-version="1.14.3",
|
|
com.raytheon.uf.common.colormap,
|
|
com.raytheon.viz.ui;bundle-version="1.14.0",
|
|
com.raytheon.uf.common.util;bundle-version="1.14.0",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.14.0",
|
|
javax.measure
|
|
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
|