Change-Id: I5e407aeff99d7dc9a393d713096971a7ed4c01a6 Former-commit-id: d946679c5a9b383f689ac3acc66d4aae4ecc4bde
30 lines
1.3 KiB
Text
30 lines
1.3 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Ui Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.d2d.ui;singleton:=true
|
|
Bundle-Version: 1.14.0.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.d2d.ui.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.viz.d2d.ui,
|
|
com.raytheon.uf.viz.d2d.ui.actions,
|
|
com.raytheon.uf.viz.d2d.ui.dialogs,
|
|
com.raytheon.uf.viz.d2d.ui.dialogs.procedures,
|
|
com.raytheon.uf.viz.d2d.ui.map,
|
|
com.raytheon.uf.viz.d2d.ui.map.actions,
|
|
com.raytheon.uf.viz.d2d.ui.perspectives,
|
|
com.raytheon.uf.viz.d2d.ui.time.dialogs
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.ui,
|
|
com.raytheon.uf.common.time;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.colormap;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.d2d.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0",
|
|
com.raytheon.uf.viz.core.maps;bundle-version="1.12.1174",
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.xy;bundle-version="1.12.1174"
|
|
Import-Package: com.raytheon.viz.core.imagery
|