21 lines
848 B
Text
21 lines
848 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: App Launcher Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.app.launcher;singleton:=true
|
|
Bundle-Version: 1.14.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
com.raytheon.uf.common.serialization,
|
|
com.raytheon.uf.common.localization;bundle-version="1.11.1",
|
|
com.raytheon.uf.viz.core;bundle-version="1.11.5",
|
|
com.raytheon.viz.ui;bundle-version="1.15.3"
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.viz.app.launcher.bundle,
|
|
com.raytheon.uf.viz.app.launcher.exception,
|
|
com.raytheon.uf.viz.app.launcher.handlers,
|
|
com.raytheon.uf.viz.app.launcher.runner,
|
|
com.raytheon.uf.viz.app.launcher.utilities
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Import-Package: com.raytheon.uf.common.ohd,
|
|
com.raytheon.uf.common.util
|