Change-Id: I75e6934bf2af4f0046a8a7d81a7af8746cd05c55 Former-commit-id: 4d31ff28b2bd9c0a26c1eb4d0aba931f78fcabb8
31 lines
1.3 KiB
Text
31 lines
1.3 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Radar Apps Core Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.radarapps.core;singleton:=true
|
|
Bundle-Version: 1.15.0
|
|
Bundle-Vendor: Raytheon
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Require-Bundle: org.eclipse.ui,
|
|
com.raytheon.rcm.lib;bundle-version="1.0.0",
|
|
org.apache.activemq;bundle-version="5.2.0",
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.databinding;bundle-version="1.1.1",
|
|
com.raytheon.uf.viz.core,
|
|
org.eclipse.jface.databinding;bundle-version="1.2.1",
|
|
com.raytheon.viz.awipstools;bundle-version="1.11.7",
|
|
org.geotools;bundle-version="2.5.2",
|
|
com.raytheon.viz.core;bundle-version="1.11.7",
|
|
com.raytheon.uf.common.localization;bundle-version="1.11.7",
|
|
javax.jms;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.serialization.comm;bundle-version="1.12.1174",
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.points;bundle-version="1.0.0",
|
|
org.slf4j;bundle-version="1.7.5"
|
|
Export-Package: com.raytheon.uf.viz.radarapps.client,
|
|
com.raytheon.uf.viz.radarapps.core,
|
|
com.raytheon.uf.viz.radarapps.products.ui
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Activator: com.raytheon.uf.viz.radarapps.activator.Activator
|
|
Import-Package: com.raytheon.uf.common.dataplugin.radar.request,
|
|
com.raytheon.uf.common.dataplugin.radar.util
|
|
Bundle-ClassPath: com.raytheon.uf.viz.radarapps.core.jar
|