awips2/cave/com.raytheon.uf.viz.spellchecker/META-INF/MANIFEST.MF
Robert Blum 381d1f8720 Omaha #3453 Inline spell check capability
Change-Id: I0af5f892a6231fe4e861e66906304101b909b9ed

Former-commit-id: 6ada95d5e6 [formerly 46e50907cf] [formerly 6ada95d5e6 [formerly 46e50907cf] [formerly 7dd3809c35 [formerly faaf3b70a4a283f3131923abc722741152c5a632]]]
Former-commit-id: 7dd3809c35
Former-commit-id: 11a74d29d8 [formerly 8399057a00]
Former-commit-id: c87ccb8404
2014-07-29 09:00:52 -05:00

21 lines
777 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spellchecker Plug-in
Bundle-SymbolicName: com.raytheon.uf.viz.spellchecker
Bundle-Version: 1.14.0.qualifier
Bundle-Activator: com.raytheon.uf.viz.spellchecker.Activator
Bundle-Vendor: RAYTHEON
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
com.raytheon.viz.core;bundle-version="1.11.26",
com.google.guava;bundle-version="11.0.2"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.jdt.ui,
org.eclipse.jface.text,
org.eclipse.jface.text.contentassist,
org.eclipse.jface.text.source,
org.eclipse.ui.editors.text,
org.eclipse.ui.texteditor.spelling
Export-Package: com.raytheon.uf.viz.spellchecker.dialogs,
com.raytheon.uf.viz.spellchecker.text