awips2/cave/com.raytheon.uf.viz.spellchecker/META-INF/MANIFEST.MF
2022-05-05 12:34:50 -05:00

27 lines
983 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spellchecker Plug-in
Bundle-SymbolicName: com.raytheon.uf.viz.spellchecker;singleton:=true
Bundle-Version: 1.15.0.qualifier
Bundle-Activator: com.raytheon.uf.viz.spellchecker.Activator
Bundle-Vendor: RAYTHEON
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
com.raytheon.uf.common.localization,
com.raytheon.uf.common.status,
com.raytheon.uf.viz.core,
com.google.guava;bundle-version="30.0.0",
org.eclipse.jdt.ui,
com.raytheon.viz.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.jdt.internal.ui.text.spelling,
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
Bundle-ClassPath: com.raytheon.uf.viz.spellchecker.jar