awips2/cave/com.raytheon.viz.gfe/META-INF/MANIFEST.MF
David Gillingham 9266b39ced Issue #1486: Commit initial implementation of a generic PythonScript controller class based on GFE's AbstractGfePyController, refactor GFE code to use it.
Change-Id: I6d04b58fea98c6e4ef032b4867969b8a01e258bc

Former-commit-id: 9e3999a427 [formerly c6e64d83a2] [formerly 9e3999a427 [formerly c6e64d83a2] [formerly d16760c73e [formerly f54f775fa2bb89663e308feb79f5e188dbdd4cb4]]]
Former-commit-id: d16760c73e
Former-commit-id: 09836dacca [formerly a40383de3b]
Former-commit-id: 74bd042c3f
2013-01-17 17:42:05 -06:00

72 lines
2.6 KiB
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GFE Plug-in
Bundle-SymbolicName: com.raytheon.viz.gfe;singleton:=true
Bundle-Version: 1.12.1174.qualifier
Bundle-Activator: com.raytheon.viz.gfe.Activator
Bundle-Vendor: Raytheon
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core, com.raytheon.viz.core, com.raytheon.viz.ui
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
com.raytheon.viz.core,
com.raytheon.uf.viz.spellchecker;bundle-version="1.0.0";resolution:=optional,
javax.measure,
com.raytheon.viz.ui,
org.apache.commons.lang,
org.geotools,
org.jep,
org.apache.velocity,
com.raytheon.viz.core.contours,
javax.vecmath,
com.raytheon.uf.common.dataplugin.text,
com.raytheon.uf.common.dataplugin.gfe;bundle-version="1.11.26",
com.raytheon.uf.viz.core.maps;bundle-version="1.0.0",
org.eclipse.core.expressions,
com.raytheon.uf.common.site;bundle-version="1.0.0",
com.raytheon.uf.viz.localization;bundle-version="1.12.1152",
com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0",
org.apache.commons.logging,
com.raytheon.uf.viz.application;bundle-version="1.0.0",
com.raytheon.viz.ui.personalities.awips;bundle-version="1.12.1174",
com.raytheon.uf.common.auth;bundle-version="1.12.1174",
com.raytheon.uf.common.python;bundle-version="1.12.1174"
Bundle-ActivationPolicy: lazy
Export-Package: com.raytheon.viz.gfe,
com.raytheon.viz.gfe.constants,
com.raytheon.viz.gfe.core,
com.raytheon.viz.gfe.core.griddata,
com.raytheon.viz.gfe.core.parm,
com.raytheon.viz.gfe.edittool,
com.raytheon.viz.gfe.ifpimage,
com.raytheon.viz.gfe.itool,
com.raytheon.viz.gfe.procedures,
com.raytheon.viz.gfe.procedures.menu,
com.raytheon.viz.gfe.product,
com.raytheon.viz.gfe.rsc,
com.raytheon.viz.gfe.rsc.colorbar,
com.raytheon.viz.gfe.rsc.zones,
com.raytheon.viz.gfe.sampler,
com.raytheon.viz.gfe.smarttool,
com.raytheon.viz.gfe.textformatter,
com.raytheon.viz.gfe.ui,
com.raytheon.viz.gfe.ui.runtimeui,
com.raytheon.viz.gfe.ui.zoneselector
Import-Package: com.raytheon.edex.meteoLib,
com.raytheon.uf.common.activetable,
com.raytheon.uf.common.colormap,
com.raytheon.uf.common.dissemination,
com.raytheon.uf.common.message,
com.raytheon.uf.common.serialization.comm,
com.raytheon.uf.viz.python.swt,
com.raytheon.uf.viz.python.swt.widgets,
com.raytheon.uf.viz.ui.menus.widgets.tearoff,
com.raytheon.viz.core.gl,
com.raytheon.viz.pointdata,
com.raytheon.viz.ui.tools.map,
junit.framework,
org.eclipse.jdt.ui;resolution:=optional,
org.eclipse.jface.text;resolution:=optional,
org.eclipse.jface.text.contentassist;resolution:=optional,
org.eclipse.ui.texteditor.spelling;resolution:=optional,
org.junit
Bundle-RequiredExecutionEnvironment: JavaSE-1.6