2017-07-24 11:57:11 -04:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %Bundle-Name
|
|
|
|
Bundle-SymbolicName: org.eclipse.lsp4e.cpp.language;singleton:=true
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
|
|
Require-Bundle: org.apache.commons.io,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.lsp4e,
|
|
|
|
org.eclipse.ui.genericeditor;bundle-version="1.0.0",
|
|
|
|
org.eclipse.jface.text,
|
|
|
|
org.eclipse.cdt.ui,
|
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.jface,
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.lsp4j,
|
|
|
|
org.eclipse.core.commands,
|
|
|
|
org.eclipse.core.expressions,
|
2018-06-09 11:27:11 +05:30
|
|
|
org.eclipse.core.resources,
|
2018-06-25 12:16:13 +05:30
|
|
|
com.google.gson;bundle-version="2.8.2",
|
|
|
|
org.eclipse.lsp4j.jsonrpc
|
2017-07-24 11:57:11 -04:00
|
|
|
Bundle-Vendor: %Bundle-Vendor
|
2018-06-25 12:16:13 +05:30
|
|
|
Export-Package: org.eclipse.lsp4e.cpp.language,
|
|
|
|
org.eclipse.lsp4e.cpp.language.cquery
|
2018-05-27 15:43:06 +05:30
|
|
|
Bundle-Activator: org.eclipse.lsp4e.cpp.language.Activator
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2018-08-12 02:09:31 +05:30
|
|
|
Import-Package: org.eclipse.ui.editors.text,
|
|
|
|
org.eclipse.ui.texteditor
|