awips2/cave/com.raytheon.uf.viz.spellchecker/META-INF/MANIFEST.MF
David Lovely 80dc4c85d9 Omaha #4146 Bundled class files in a jar when unpacked.
Change-Id: Ie3e2a65f9696459774f67bcd4b6dee395e6f4e02

Former-commit-id: 2931134f27cd858716d5c0d97ef1d71c9f7ac165
2015-05-19 10:23:35 -05:00

24 lines
913 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.viz.core;bundle-version="1.11.26",
com.google.guava;bundle-version="11.0.2",
org.eclipse.jdt.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