Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cbb7ac89ed53a527de12991b1b579d28e94a29f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: "Tests for LSP4E C/C++ Support"
Bundle-SymbolicName: org.eclipse.cdt.lsp.core.tests
Bundle-Version: 1.0.0.qualifier
Automatic-Module-Name: org.eclipse.cdt.lsp.core.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.lsp4e,
 org.eclipse.lsp4j,
 org.eclipse.lsp4j.jsonrpc,
 org.eclipse.cdt.lsp.core,
 com.google.gson;bundle-version="2.8.2",
 org.junit

Back to the top