Change-Id: I30f94c9afb01cdd1b7bef98c6ba40f79c3acea59 Former-commit-id: 593073cade120a95899f4f4d2c5a652c6ac3389a
18 lines
688 B
Text
18 lines
688 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.cwat;singleton:=true
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.cwat.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
com.raytheon.viz.core,
|
|
com.raytheon.uf.common.dataplugin.cwat;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.colormap;bundle-version="1.11.17",
|
|
com.raytheon.uf.common.monitor;bundle-version="1.11.17"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.viz.cwat
|
|
|