28 lines
946 B
Text
28 lines
946 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Ccfp Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.ccfp;singleton:=true
|
|
Bundle-Version: 1.19.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: com.raytheon.uf.viz.core,
|
|
javax.xml.bind
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Import-Package: com.raytheon.uf.common.dataplugin,
|
|
com.raytheon.uf.common.dataplugin.ccfp,
|
|
com.raytheon.uf.common.geospatial,
|
|
com.raytheon.uf.common.status,
|
|
com.raytheon.uf.common.time,
|
|
com.raytheon.uf.viz.core,
|
|
com.raytheon.uf.viz.core.drawables,
|
|
com.raytheon.uf.viz.core.exception,
|
|
com.raytheon.uf.viz.core.map,
|
|
com.raytheon.uf.viz.core.rsc,
|
|
com.raytheon.uf.viz.core.rsc.capabilities,
|
|
org.locationtech.jts.geom,
|
|
org.eclipse.swt.graphics,
|
|
org.eclipse.ui.plugin,
|
|
org.opengis.referencing.crs,
|
|
org.osgi.framework
|
|
Export-Package: com.raytheon.uf.viz.ccfp.rsc
|
|
Bundle-ClassPath: com.raytheon.uf.viz.ccfp.jar
|