Change-Id: Id5c82e7d01e7f229bc99366b1339bc38333ffa5a Former-commit-id: 1b2496a6db33fc65efecfdffb380d8b4e07ec590
39 lines
1.4 KiB
Text
39 lines
1.4 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Derived Parameter Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.derivparam;singleton:=true
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.derivparam.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
javax.measure,
|
|
com.raytheon.uf.common.dataquery
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
|
Import-Package: com.raytheon.edex.meteoLib,
|
|
com.raytheon.edex.util,
|
|
com.raytheon.uf.common.comm,
|
|
com.raytheon.uf.common.dataplugin,
|
|
com.raytheon.uf.common.dataplugin.level,
|
|
com.raytheon.uf.common.dataplugin.persist,
|
|
com.raytheon.uf.common.datastorage.records,
|
|
com.raytheon.uf.common.derivparam.tree,
|
|
com.raytheon.uf.common.localization,
|
|
com.raytheon.uf.common.message.response,
|
|
com.raytheon.uf.common.serialization,
|
|
com.raytheon.uf.common.serialization.adapters,
|
|
com.raytheon.uf.common.status,
|
|
com.raytheon.uf.common.time,
|
|
com.raytheon.uf.viz.core,
|
|
com.raytheon.uf.viz.core.catalog,
|
|
com.raytheon.uf.viz.core.comm,
|
|
com.raytheon.uf.viz.core.exception,
|
|
com.raytheon.uf.viz.core.level,
|
|
com.raytheon.uf.viz.core.localization,
|
|
com.raytheon.uf.viz.core.status
|
|
Export-Package: com.raytheon.uf.viz.derivparam,
|
|
com.raytheon.uf.viz.derivparam.data,
|
|
com.raytheon.uf.viz.derivparam.inv,
|
|
com.raytheon.uf.viz.derivparam.library,
|
|
com.raytheon.uf.viz.derivparam.tree
|