mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00

Change-Id: I80b88f48207b5091fe1c634c730a8fd6983f40b9 Signed-off-by: Manish Khurana <mkmanishkhurana98@gmail.com>
24 lines
782 B
Text
24 lines
782 B
Text
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,
|
|
org.eclipse.core.resources,
|
|
com.google.gson;bundle-version="2.8.2"
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Export-Package: org.eclipse.lsp4e.cpp.language
|
|
Bundle-Activator: org.eclipse.lsp4e.cpp.language.Activator
|
|
Bundle-ActivationPolicy: lazy
|